messages.storage.cookie.CookieStorage
  • References/Python/Django/API/contrib packages/The messages framework

class storage.cookie.CookieStorage This class stores the message data in a cookie (signed with a secret hash to prevent manipulation)

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.get_form()
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.get_form(request, obj=None, **kwargs) [source] Returns a

2025-01-10 15:47:30
auth.models.User
  • References/Python/Django/API/contrib packages/django.contrib.auth

class models.User User objects have the following fields:

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
auth.models.Group
  • References/Python/Django/API/contrib packages/django.contrib.auth

class models.Group

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
contenttypes.fields.GenericRelation.related_query_name
  • References/Python/Django/API/contrib packages/The contenttypes framework

related_query_name The relation on the related object back to this object doesn’t exist by default. Setting related_query_name

2025-01-10 15:47:30
auth.models.User.is_anonymous
  • References/Python/Django/API/contrib packages/django.contrib.auth

is_anonymous Read-only attribute which is always False. This is a way of differentiating User and

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

ModelAdmin.get_list_select_related(request) [source] New

2025-01-10 15:47:30