ModelAdmin.get_inline_instances(request, obj=None) [source] The get_inline_instances
AdminSite.app_index_template Path to a custom template that will be used by the admin site app index view.
ModelAdmin.change_list_template Path to a custom template, used by
ModelAdmin.list_max_show_all Set list_max_show_all to control how many items can appear on a “Show all” admin change
ModelAdmin.get_formsets_with_inlines(request, obj=None) [source] Yields (FormSet
ModelAdmin.get_changelist_formset(request, **kwargs) [source] Returns a
InlineModelAdmin.classes New in Django 1.10. A
ModelAdmin.get_changelist_form(request, **kwargs) [source] Returns a
ModelAdmin.list_display Set list_display to control which fields are displayed on the change list page of the admin
ModelAdmin.fieldsets Set fieldsets to control the layout of admin “add” and “change” pages.
Page 11 of 14