1
0
mirror of https://github.com/django/django.git synced 2025-10-26 23:26:08 +00:00

Imported custom user classes in tests depending on it

Without those imports, affected test files cannot be run
independently. Refs #21164.
This commit is contained in:
Claude Paroz
2013-10-14 10:11:18 +02:00
parent d9b6fb8f61
commit ef22d512b5
3 changed files with 4 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
from django.contrib.auth import get_user_model
from django.contrib.auth.models import AbstractUser, Group, User, UserManager
from django.contrib.auth.tests.custom_user import IsActiveTestUser1
from django.contrib.auth.tests.utils import skipIfCustomUser
from django.core import mail
from django.db.models.signals import post_save