ModelAdmin.delete_model(request, obj) [source] The delete_model method is given
AdminSite.each_context(request) [source] Returns a dictionary of variables to put in the
InlineModelAdmin.max_num This controls the maximum number of forms to show in the inline. This doesn’t directly correlate to
InlineModelAdmin.extra This controls the number of extra forms the formset will display in addition to the initial forms. See
ModelAdmin.list_display_links Use list_display_links to control if and which fields in
InlineModelAdmin.verbose_name_plural An override to the verbose_name_plural found in the model’s inner Meta
ModelAdmin.actions_on_top
class apps.SimpleAdminConfig This class works like
class models.LogEntry The LogEntry class tracks additions, changes, and deletions of objects done through the admin
ModelAdmin.save_related(request, form, formsets, change) [source] The save_related
Page 13 of 14