AdminSite.site_title The text to put at the end of each admin page’s <title> (a string). By default, this
AdminSite.logout_template Path to a custom template that will be used by the admin site logout view.
ModelAdmin.exclude This attribute, if given, should be a list of field names to exclude from the form. For
InlineModelAdmin.get_min_num(request, obj=None, **kwargs) Returns the minimum number of inline forms to use. By default, returns
ModelAdmin.get_list_display(request) [source] The get_list_display method is
class apps.AdminConfig This is the default
ModelAdmin.history_view(request, object_id, extra_context=None) [source] Django view for
ModelAdmin.response_change(request, obj) [source] Determines the
AdminSite.index_title The text to put at the top of the admin index page (a string). By default, this is “Site administration”
ModelAdmin.delete_view(request, object_id, extra_context=None) [source] Django view for the
Page 1 of 14