ModelAdmin.get_urls() [source] The get_urls method on a ModelAdmin
InlineModelAdmin.verbose_name An override to the verbose_name found in the model’s inner Meta class
AdminSite.password_change_done_template Path to a custom template that will be used by the admin site password change done view
ModelAdmin.list_filter Set list_filter to activate filters in the right sidebar of the change list page of the
model The name of the model class. Additionally, the following property is available:
is_staff Boolean. Designates whether this user can access the admin site.
has_usable_password() Returns False if set_unusable_password() has been called for this user.
ModelAdmin.get_fieldsets(request, obj=None) The get_fieldsets method is given the HttpRequest and
ModelAdmin.readonly_fields By default the admin shows all fields as editable. Any fields in this option (which should be a list
class models.UserManager The User model has a custom manager that has the following helper methods (in addition
Page 13 of 27