auth.backends.ModelBackend.authenticate()
  • References/Python/Django/API/contrib packages/django.contrib.auth

authenticate(username=None, password=None, **kwargs) Tries to authenticate username with password

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

ModelAdmin.list_select_related Set list_select_related to tell Django to use

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

class ModelBackend This is the default authentication backend used by Django. It authenticates using credentials consisting

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

autodiscover() [source] This function attempts to import an admin module in

2025-01-10 15:47:30