admin.models.LogEntry.object_repr
  • References/Python/Django/API/contrib packages/The Django admin site

LogEntry.object_repr The object`s repr() after the modification.

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

date_joined A datetime designating when the account was created. Is set to the current date/time by default when the account

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

content_type Required. A reference to the django_content_type database table, which contains a record for each

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

InlineModelAdmin.model The model which the inline is using. This is required.

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

class validators.UnicodeUsernameValidator New in Django 1.10.

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

groups Many-to-many relationship to Group

2025-01-10 15:47:30
syndication.views.Feed
  • References/Python/Django/API/contrib packages/The syndication feed framework

class views.Feed This example illustrates all possible attributes and methods for a Feed class:

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

ModelAdmin.has_module_permission(request) Should return True if displaying the module on the admin index page and

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

AdminSite.index_title The text to put at the top of the admin index page (a string). By default, this is “Site administration”

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

is_superuser Boolean. Designates that this user has all permissions without explicitly assigning them.

2025-01-10 15:47:30