summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-04-16 08:18:03 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-04-16 08:18:03 +0000
commitfcfa8b204a6c6dcd5ca688336cfe0477c43e73e9 (patch)
treeb5a79b7ea4278a78ddcd961bb475341f699c3700
parent2b426635aaed0edf921a726dd95ef50a8dab9beb (diff)
queryset-refactor: Removed a stray, unused import that crept into [7432].
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@7433 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--django/db/models/fields/related.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/django/db/models/fields/related.py b/django/db/models/fields/related.py
index 5a173b6fa5..f9b913ae50 100644
--- a/django/db/models/fields/related.py
+++ b/django/db/models/fields/related.py
@@ -1,5 +1,3 @@
-import copy
-
from django.db import connection, transaction
from django.db.models import signals, get_model
from django.db.models.fields import AutoField, Field, IntegerField, PositiveIntegerField, PositiveSmallIntegerField, get_ul_class