AdminSite.index_title The text to put at the top of the admin index page (a string). By default, this is “Site administration”
ModelAdmin.prepopulated_fields Set prepopulated_fields to a dictionary mapping field names to the fields it should
ModelAdmin.fields Use the fields option to make simple layout changes in the forms on the “add” and “change” pages
ModelAdmin.preserve_filters The admin now preserves filters on the list view after creating, editing or deleting an object.
AdminSite.logout_template Path to a custom template that will be used by the admin site logout view.
InlineModelAdmin.get_min_num(request, obj=None, **kwargs) Returns the minimum number of inline forms to use. By default, returns
ModelAdmin.get_list_display(request) [source] The get_list_display method is
LogEntry.object_repr The object`s repr() after the modification.
ModelAdmin.list_select_related Set list_select_related to tell Django to use
ModelAdmin.ordering Set ordering to specify how lists of objects should be ordered in the Django admin views. This
Page 1 of 14