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
class FlatPage Flatpages are represented by a standard Django model, which lives in
ModelAdmin.has_add_permission(request) Should return True if adding an object is permitted, False
ModelAdmin.get_list_select_related(request) [source] New
ModelAdmin.get_ordering(request) The get_ordering method takes a request as parameter and is expected
InlineModelAdmin.template The template used to render the inline on the page.
Page 9 of 27