authenticate(username=None, password=None, **kwargs) Tries to authenticate username with password
ModelAdmin.list_select_related Set list_select_related to tell Django to use
content_type Required. A reference to the django_content_type database table, which contains a record for each
ModelAdmin.preserve_filters The admin now preserves filters on the list view after creating, editing or deleting an object.
groups Many-to-many relationship to Group
class apps.AdminConfig This is the default
ModelAdmin.delete_view(request, object_id, extra_context=None) [source] Django view for the
InlineModelAdmin.model The model which the inline is using. This is required.
class ModelBackend This is the default authentication backend used by Django. It authenticates using credentials consisting
autodiscover() [source] This function attempts to import an admin module in
Page 5 of 27