ModelAdmin.history_view(request, object_id, extra_context=None) [source] Django view for
ModelAdmin.get_list_display(request) [source] The get_list_display method is
ModelAdmin.paginator The paginator class to be used for pagination. By default,
autodiscover() [source] This function attempts to import an admin module in
ModelAdmin.filter_horizontal By default, a
AdminSite.site_title The text to put at the end of each admin page’s <title> (a string). By default, this
LogEntry.object_repr The object`s repr() after the modification.
ModelAdmin.exclude This attribute, if given, should be a list of field names to exclude from the form. For
ModelAdmin.list_select_related Set list_select_related to tell Django to use
ModelAdmin.preserve_filters The admin now preserves filters on the list view after creating, editing or deleting an object.
Page 2 of 14