LogEntry.object_repr The object`s repr() after the modification.
InlineModelAdmin.model The model which the inline is using. This is required.
ModelAdmin.filter_horizontal By default, a
ModelAdmin.preserve_filters The admin now preserves filters on the list view after creating, editing or deleting an object.
AdminSite.site_title The text to put at the end of each admin page’s <title> (a string). By default, this
autodiscover() [source] This function attempts to import an admin module in
AdminSite.logout_template Path to a custom template that will be used by the admin site logout view.
ModelAdmin.response_change(request, obj) [source] Determines the
ModelAdmin.ordering Set ordering to specify how lists of objects should be ordered in the Django admin views. This
InlineModelAdmin.get_min_num(request, obj=None, **kwargs) Returns the minimum number of inline forms to use. By default, returns
Page 1 of 14