auth.models.User.is_active
  • References/Python/Django/API/contrib packages/django.contrib.auth

is_active Boolean. Designates whether this user account should be considered active. We recommend that you set this flag to

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

codename Required. 100 characters or fewer. Example: 'can_vote'.

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

ModelAdmin.fields Use the fields option to make simple layout changes in the forms on the “add” and “change” pages

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

email_user(subject, message, from_email=None, **kwargs) Sends an email to the user. If from_email is None

2025-01-10 15:47:30
sites.managers.CurrentSiteManager
  • References/Python/Django/API/contrib packages/The “sites” framework

class managers.CurrentSiteManager If Site plays a key role in your application, consider using the helpful

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

permissions Many-to-many field to Permission: group

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

ModelAdmin.ordering Set ordering to specify how lists of objects should be ordered in the Django admin views. This

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

ModelAdmin.response_add(request, obj, post_url_continue=None) [source] Determines the

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