InlineModelAdmin.model The model which the inline is using. This is required.
AdminSite.logout_template Path to a custom template that will be used by the admin site logout view.
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
class apps.AdminConfig This is the default
ModelAdmin.fields Use the fields option to make simple layout changes in the forms on the “add” and “change” pages
ModelAdmin.has_module_permission(request) Should return True if displaying the module on the admin index page and
ModelAdmin.response_add(request, obj, post_url_continue=None) [source] Determines the
ModelAdmin.ordering Set ordering to specify how lists of objects should be ordered in the Django admin views. This
InlineModelAdmin.get_min_num(request, obj=None, **kwargs) Returns the minimum number of inline forms to use. By default, returns
Page 1 of 14