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:
		| @@ -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. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user