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

class GenericTabularInline

2025-01-10 15:47:30
staticfiles.storage.ManifestStaticFilesStorage
  • References/Python/Django/API/contrib packages/The staticfiles app

class storage.ManifestStaticFilesStorage A subclass of the StaticFilesStorage storage backend which stores the

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

ModelAdmin.get_list_display(request) [source] The get_list_display method is

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

ModelAdmin.filter_horizontal By default, a

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

ModelAdmin.history_view(request, object_id, extra_context=None) [source] Django view for

2025-01-10 15:47:30