mirror of https://github.com/django/django.git
[1.5.x] Fixed #19776 -- Added missing import for backport
line was present on master from 1520748dac
This commit is contained in:
parent
660f80c3d6
commit
830b9fde46
|
@ -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…
Reference in New Issue