class StackedInline [source] The admin interface has the ability to edit models on the same
ModelAdmin.get_formsets_with_inlines(request, obj=None) [source] Yields (FormSet
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_changelist_formset(request, **kwargs) [source] Returns a
ModelAdmin.radio_fields By default, Django’s admin uses a select-box interface (<select>) for fields that are ForeignKey
ModelAdmin.formfield_for_foreignkey(db_field, request, **kwargs) The formfield_for_foreignkey method on a ModelAdmin
ModelAdmin.list_per_page Set list_per_page to control how many items appear on each paginated admin change list
ModelAdmin.save_formset(request, form, formset, change) [source] The save_formset
ModelAdmin.change_form_template Path to a custom template, used by
ModelAdmin.save_as Set save_as to enable a “save as new” feature on admin change forms. Normally
Page 9 of 14