AdminSite.index_title The text to put at the top of the admin index page (a string). By default, this is “Site administration”
ModelAdmin.has_module_permission(request) Should return True if displaying the module on the admin index page and
ModelAdmin.get_list_display(request) [source] The get_list_display method is
ModelAdmin.paginator The paginator class to be used for pagination. By default,
ModelAdmin.list_select_related Set list_select_related to tell Django to use
AdminSite.site_title The text to put at the end of each admin page’s <title> (a string). By default, this
ModelAdmin.delete_view(request, object_id, extra_context=None) [source] Django view for the
InlineModelAdmin.get_min_num(request, obj=None, **kwargs) Returns the minimum number of inline forms to use. By default, returns
autodiscover() [source] This function attempts to import an admin module in
ModelAdmin.exclude This attribute, if given, should be a list of field names to exclude from the form. For
Page 1 of 14