AdminSite.site_header The text to put at the top of each admin page, as an <h1> (a string). By default, this
LogEntry.content_type The
class FlatPage Flatpages are represented by a standard Django model, which lives in
ModelAdmin.actions A list of actions to make available on the change list page. See Admin actions for
AdminSite.password_change_template Path to a custom template that will be used by the admin site password change view.
class models.Redirect Redirects are represented by a standard Django model, which lives in
Django aims to follow Python’s
LogEntry.action_flag The type of action logged: ADDITION, CHANGE, DELETION.
ModelAdmin.get_ordering(request) The get_ordering method takes a request as parameter and is expected
ModelAdmin.save_as_continue New in Django 1.10. When
Page 7 of 27