Opened 15 years ago
Closed 14 years ago
#13647 closed (duplicate)
Duplicated import of deepcopy in django.db.models.query
Description ¶
Obviously deepcopy is being imported twice from copy and copycompat...so the legacy code should be gone.
Change History (3)
by , 15 years ago
Attachment: | no_dup_import_deepcopy.diff added |
---|
comment:1 by , 15 years ago
Triage Stage: | Unreviewed → Accepted |
---|
The line was added in r11952 so this is also present in 1.2.X. In Python 2.5 the copycompat module is no longer needed and could be removed at all.
Note:
See TracTickets
for help on using tickets.
Removes the dup of deepcopy import