ModelAdmin.get_prepopulated_fields(request, obj=None) The get_prepopulated_fields method is given the HttpRequest
ModelAdmin.save_on_top Set save_on_top to add save buttons across the top of your admin change forms.
has_module_perms(self, user_obj, app_label) Returns whether the user_obj has any permissions on the app app_label
ModelAdmin.list_filter Set list_filter to activate filters in the right sidebar of the change list page of the
ModelAdmin.object_history_template Path to a custom template, used by
register(*models, site=django.admin.sites.site) [source] There is also a decorator for registering
AdminSite.login_form Subclass of
__init__(request) Sets the name and domain attributes to the value of
class StackedInline [source] The admin interface has the ability to edit models on the same
class validators.ASCIIUsernameValidator New in Django 1.10.
Page 16 of 27