ModelAdmin.has_delete_permission(request, obj=None) Should return True if deleting obj is permitted, False
ModelAdmin.change_form_template Path to a custom template, used by
ModelAdmin.add_form_template Path to a custom template, used by
ModelAdmin.actions_selection_counter Controls whether a selection counter is displayed next to the action dropdown. By default
ModelAdmin.radio_fields By default, Django’s admin uses a select-box interface (<select>) for fields that are ForeignKey
class StackedInline [source] The admin interface has the ability to edit models on the same
ModelAdmin.save_as Set save_as to enable a “save as new” feature on admin change forms. Normally
AdminSite.has_permission(request) [source] Returns True if the user for the
AdminSite.login_form Subclass of
ModelAdmin.formfield_for_foreignkey(db_field, request, **kwargs) The formfield_for_foreignkey method on a ModelAdmin
Page 9 of 14