admin.apps.AdminConfig
  • References/Python/Django/API/contrib packages/The Django admin site

class apps.AdminConfig This is the default

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

ModelAdmin.delete_view(request, object_id, extra_context=None) [source] Django view for the

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

ModelAdmin.view_on_site Set view_on_site to control whether or not to display the “View on site” link. This link

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

ModelAdmin.message_user(request, message, level=messages.INFO, extra_tags='', fail_silently=False) [source]

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

InlineModelAdmin.can_delete Specifies whether or not inline objects can be deleted in the inline. Defaults to True

2025-01-10 15:47:30
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
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
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