mirror of
https://github.com/django/django.git
synced 2025-10-27 07:36:08 +00:00
More import removals
Following the series of commits removing deprecated features in Django 1.7, here are some more unneeded imports removed and other minor cleanups.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from django.contrib.auth import get_user_model
|
||||
from django.contrib.auth.models import (Group, User, UserManager)
|
||||
from django.contrib.auth.models import Group, User, UserManager
|
||||
from django.contrib.auth.tests.utils import skipIfCustomUser
|
||||
from django.db.models.signals import post_save
|
||||
from django.test import TestCase
|
||||
|
||||
Reference in New Issue
Block a user