ModelAdmin.preserve_filters The admin now preserves filters on the list view after creating, editing or deleting an object.
InlineModelAdmin.model The model which the inline is using. This is required.
ModelAdmin.prepopulated_fields Set prepopulated_fields to a dictionary mapping field names to the fields it should
ModelAdmin.ordering Set ordering to specify how lists of objects should be ordered in the Django admin views. This
ModelAdmin.filter_horizontal By default, a
ModelAdmin.paginator The paginator class to be used for pagination. By default,
autodiscover() [source] This function attempts to import an admin module in
ModelAdmin.fields Use the fields option to make simple layout changes in the forms on the “add” and “change” pages
LogEntry.object_repr The object`s repr() after the modification.
AdminSite.index_title The text to put at the top of the admin index page (a string). By default, this is “Site administration”
Page 1 of 14