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

ModelAdmin.preserve_filters The admin now preserves filters on the list view after creating, editing or deleting an object.

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

ModelAdmin.exclude This attribute, if given, should be a list of field names to exclude from the form. For

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