Commit bb857bf4 authored by Jannis Leidel's avatar Jannis Leidel
Browse files

[1.2.X] Fixed #14280 -- Fixed duplicate import of deepcopy. Thanks, Carl Meyer.

Backport from trunk (r13877).

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13878 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent ad3b281c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
The main QuerySet implementation. This provides the public API for the ORM.
"""

from copy import deepcopy
from itertools import izip

from django.db import connections, router, transaction, IntegrityError