class apps.SimpleAdminConfig This class works like
InlineModelAdmin.extra This controls the number of extra forms the formset will display in addition to the initial forms. See
AdminSite.each_context(request) [source] Returns a dictionary of variables to put in the
InlineModelAdmin.get_formset(request, obj=None, **kwargs) Returns a
ModelAdmin.get_fields(request, obj=None) [source] The get_fields method is given
AdminSite.register(model_or_iterable, admin_class=None, **options) [source] Registers the
ModelAdmin.list_editable Set list_editable to a list of field names on the model which will allow editing on the
LogEntry.get_change_message() New in Django 1.10.
AdminSite.login_template Path to a custom template that will be used by the admin site login view.
ModelAdmin.has_change_permission(request, obj=None) Should return True if editing obj is permitted, False
Page 13 of 14