mirror of
https://github.com/django/django.git
synced 2025-09-27 04:29:17 +00:00
Fixed #14280 -- Fixed duplicate import of deepcopy. Thanks, Carl Meyer.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13877 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
1df1378f9e
commit
efac677add
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
||||||
The main QuerySet implementation. This provides the public API for the ORM.
|
The main QuerySet implementation. This provides the public API for the ORM.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from copy import deepcopy
|
|
||||||
from itertools import izip
|
from itertools import izip
|
||||||
|
|
||||||
from django.db import connections, router, transaction, IntegrityError
|
from django.db import connections, router, transaction, IntegrityError
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue