summaryrefslogtreecommitdiff
path: root/tests/auth_tests/test_models.py
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-02-11 08:24:42 -0500
committerTim Graham <timograham@gmail.com>2015-02-11 10:29:48 -0500
commit5ab327a3894c26f57baabe14084bcce2a71b8af8 (patch)
tree33fdf55b341739952a80226536568ed60fe4be40 /tests/auth_tests/test_models.py
parent2d7aca3da0a46c09e9c70ebdb56ed340691a999f (diff)
Moved non-documented auth test models to the new test location.
Diffstat (limited to 'tests/auth_tests/test_models.py')
-rw-r--r--tests/auth_tests/test_models.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auth_tests/test_models.py b/tests/auth_tests/test_models.py
index 66e1d17696..5dff9c16b0 100644
--- a/tests/auth_tests/test_models.py
+++ b/tests/auth_tests/test_models.py
@@ -2,8 +2,6 @@ from django.contrib.auth import get_user_model
from django.contrib.auth.models import (
AbstractUser, Group, Permission, User, UserManager,
)
-# Needed so model is installed when tests are run independently:
-from django.contrib.auth.tests.custom_user import IsActiveTestUser1 # NOQA
from django.contrib.contenttypes.models import ContentType
from django.core import mail
from django.db.models.signals import post_save