Opened 14 years ago
Closed 14 years ago
#13647 closed (duplicate)
Duplicated import of deepcopy in django.db.models.query
Reported by: | Daniel Duan | Owned by: | nobody |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Obviously deepcopy is being imported twice from copy and copycompat...so the legacy code should be gone.
Attachments (1)
Change History (3)
by , 14 years ago
Attachment: | no_dup_import_deepcopy.diff added |
---|
comment:1 by , 14 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