ModelAdmin.fields Use the fields option to make simple layout changes in the forms on the “add” and “change” pages
AdminSite.logout_template Path to a custom template that will be used by the admin site logout view.
ModelAdmin.list_select_related Set list_select_related to tell Django to use
ModelAdmin.history_view(request, object_id, extra_context=None) [source] Django view for
InlineModelAdmin.get_min_num(request, obj=None, **kwargs) Returns the minimum number of inline forms to use. By default, returns
ModelAdmin.response_change(request, obj) [source] Determines the
ModelAdmin.exclude This attribute, if given, should be a list of field names to exclude from the form. For
AdminSite.site_title The text to put at the end of each admin page’s <title> (a string). By default, this
InlineModelAdmin.model The model which the inline is using. This is required.
autodiscover() [source] This function attempts to import an admin module in
Page 2 of 14