LogEntry.object_repr The object`s repr() after the modification.
ModelAdmin.preserve_filters The admin now preserves filters on the list view after creating, editing or deleting an object.
class apps.AdminConfig This is the default
ModelAdmin.has_module_permission(request) Should return True if displaying the module on the admin index page and
ModelAdmin.paginator The paginator class to be used for pagination. By default,
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.delete_view(request, object_id, extra_context=None) [source] Django view for the
ModelAdmin.ordering Set ordering to specify how lists of objects should be ordered in the Django admin views. This
ModelAdmin.response_add(request, obj, post_url_continue=None) [source] Determines the
Page 1 of 14