ModelAdmin.delete_confirmation_template Path to a custom template, used by
AdminSite.empty_value_display New in Django 1.9. The
InlineModelAdmin.show_change_link Specifies whether or not inline objects that can be changed in the admin have a link to the
ModelAdmin.actions_selection_counter Controls whether a selection counter is displayed next to the action dropdown. By default
ModelAdmin.change_form_template Path to a custom template, used by
ModelAdmin.get_formsets_with_inlines(request, obj=None) [source] Yields (FormSet
ModelAdmin.fieldsets Set fieldsets to control the layout of admin “add” and “change” pages.
ModelAdmin.save_formset(request, form, formset, change) [source] The save_formset
ModelAdmin.list_per_page Set list_per_page to control how many items appear on each paginated admin change list
ModelAdmin.get_changelist_form(request, **kwargs) [source] Returns a
Page 10 of 14