#29286 closed Bug (fixed)
QuerySet.values_list() crashes when combining annotated and not-annotated querysets with union().
Description ¶
QuerySet.values_list()
crashes when combining annotated and not-annotated querysets with union().
Regression in https://github.com/django/django/commit/a0c03c62a8ac586e5be5b21393c925afa581efaf.
Change History (10)
by , 7 years ago
Attachment: | 29286.diff added |
---|
comment:1 by , 7 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 7 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 7 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:5 by , 7 years ago
Triage Stage: | Ready for checkin → Accepted |
---|
comment:6 by , 7 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
Note:
See TracTickets
for help on using tickets.
Regression test.