Loading django/contrib/auth/tests/auth_backends.py +1 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ from django.contrib.auth.tests.utils import skipIfCustomUser from django.contrib.auth.tests.custom_user import ExtensionUser, CustomPermissionsUser, CustomUser from django.contrib.contenttypes.models import ContentType from django.core.exceptions import ImproperlyConfigured from django.contrib.auth import authenticate from django.test import TestCase from django.test.utils import override_settings Loading Loading
django/contrib/auth/tests/auth_backends.py +1 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ from django.contrib.auth.tests.utils import skipIfCustomUser from django.contrib.auth.tests.custom_user import ExtensionUser, CustomPermissionsUser, CustomUser from django.contrib.contenttypes.models import ContentType from django.core.exceptions import ImproperlyConfigured from django.contrib.auth import authenticate from django.test import TestCase from django.test.utils import override_settings Loading