admin.AdminSite.site_header
  • References/Python/Django/API/contrib packages/The Django admin site

AdminSite.site_header The text to put at the top of each admin page, as an <h1> (a string). By default, this

2025-01-10 15:47:30
admin.models.LogEntry.content_type
  • References/Python/Django/API/contrib packages/The Django admin site

LogEntry.content_type The

2025-01-10 15:47:30
flatpages.models.FlatPage
  • References/Python/Django/API/contrib packages/The flatpages app

class FlatPage Flatpages are represented by a standard Django model, which lives in

2025-01-10 15:47:30
admin.ModelAdmin.actions
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.actions A list of actions to make available on the change list page. See Admin actions for

2025-01-10 15:47:30
admin.AdminSite.password_change_template
  • References/Python/Django/API/contrib packages/The Django admin site

AdminSite.password_change_template Path to a custom template that will be used by the admin site password change view.

2025-01-10 15:47:30
redirects.models.Redirect
  • References/Python/Django/API/contrib packages/The redirects app

class models.Redirect Redirects are represented by a standard Django model, which lives in

2025-01-10 15:47:30
contrib packages
  • References/Python/Django/API/contrib packages

Django aims to follow Python’s

2025-01-10 15:47:30
admin.models.LogEntry.action_flag
  • References/Python/Django/API/contrib packages/The Django admin site

LogEntry.action_flag The type of action logged: ADDITION, CHANGE, DELETION.

2025-01-10 15:47:30
admin.ModelAdmin.get_ordering()
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.get_ordering(request) The get_ordering method takes a request as parameter and is expected

2025-01-10 15:47:30
admin.ModelAdmin.save_as_continue
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.save_as_continue New in Django 1.10. When

2025-01-10 15:47:30