[1.5.x] Fixed #19776 -- Added missing import for backport

line was present on master from 1520748dac
This commit is contained in:
Preston Holmes 2013-02-08 00:28:37 -08:00
parent 660f80c3d6
commit 830b9fde46
1 changed files with 1 additions and 0 deletions

View File

@ -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.auth.tests.custom_user import ExtensionUser, CustomPermissionsUser, CustomUser
from django.contrib.contenttypes.models import ContentType from django.contrib.contenttypes.models import ContentType
from django.core.exceptions import ImproperlyConfigured from django.core.exceptions import ImproperlyConfigured
from django.contrib.auth import authenticate
from django.test import TestCase from django.test import TestCase
from django.test.utils import override_settings from django.test.utils import override_settings