#1301 closed defect (fixed)
[magic-removal] AttributeError in DateQuerySet
Reported by: | Esaj | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | Metasystem | Version: | magic-removal |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
AttributeError: 'DateQuerySet' object has no attribute '_field' django/db/models/query.py in iterator, line 419
Looks like the problem is in django/db/models/query.py:104
, because _field
isn't copied during the call to _clone()
.
Attachments (1)
Change History (3)
by , 19 years ago
Attachment: | query.py.diff added |
---|
comment:2 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixes the bug