ModelAdmin.add_view(request, form_url='', extra_context=None) [source] Django view for the
class ModelAdmin [source] The ModelAdmin class is the representation of a model
ModelAdmin.filter_vertical Same as
ModelAdmin.save_as_continue New in Django 1.10. When
ModelAdmin.get_form(request, obj=None, **kwargs) [source] Returns a
InlineModelAdmin.can_delete Specifies whether or not inline objects can be deleted in the inline. Defaults to True
ModelAdmin.actions A list of actions to make available on the change list page. See Admin actions for
ModelAdmin.empty_value_display New in Django 1.9. This
ModelAdmin.actions_on_bottom Controls where on the page the actions bar appears. By default, the admin changelist displays actions
AdminSite.site_header The text to put at the top of each admin page, as an <h1> (a string). By default, this
Page 4 of 14