class GenericForeignKey There are three parts to setting up a GenericForeignKey:
get_group_permissions(user_obj, obj=None) Returns the set of permission strings the user_obj has from the permissions
InlineModelAdmin.verbose_name_plural An override to the verbose_name_plural found in the model’s inner Meta
ModelAdmin.actions_on_top
RemoteUserBackend.user_can_authenticate() New in Django 1.10.
class BaseGenericInlineFormSet
LogEntry.object_id The textual representation of the modified object’s primary key.
InlineModelAdmin.fk_name The name of the foreign key on the model. In most cases this will be dealt with automatically, but
get_success_message(cleaned_data) cleaned_data is the cleaned data from the form which is used for string formatting
class AllowAllUsersRemoteUserBackend New in Django 1.10.
Page 23 of 27