diff --git a/django/contrib/auth/tests/models.py b/django/contrib/auth/tests/models.py index 243a39533dc..5d0e4f1443c 100644 --- a/django/contrib/auth/tests/models.py +++ b/django/contrib/auth/tests/models.py @@ -1,7 +1,7 @@ from django.conf import settings from django.test import TestCase from django.test.utils import override_settings -svn from django.contrib.auth.models import (Group, User, +from django.contrib.auth.models import (Group, User, SiteProfileNotAvailable, UserManager)