1
0
mirror of https://github.com/django/django.git synced 2025-10-30 00:56:09 +00:00

Remove a bunch of deadcode/dead imports.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16794 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Alex Gaynor
2011-09-10 22:31:38 +00:00
parent 807b2a8216
commit 345c4c4629
5 changed files with 6 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ from django.db.models.fields import AutoField
from django.db.models.query_utils import (Q, select_related_descend,
deferred_class_factory, InvalidQuery)
from django.db.models.deletion import Collector
from django.db.models import signals, sql
from django.db.models import sql
from django.utils.functional import partition
# Used to control how many objects are worked with at once in some cases (e.g.