#29286 closed Bug (fixed)
QuerySet.values_list() crashes when combining annotated and not-annotated querysets with union().
Reported by: | Mariusz Felisiak | Owned by: | Mariusz Felisiak |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 1.11 |
Severity: | Release blocker | Keywords: | |
Cc: | Mariusz Felisiak | Triage Stage: | Ready for checkin |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
QuerySet.values_list()
crashes when combining annotated and not-annotated querysets with union().
Regression in https://github.com/django/django/commit/a0c03c62a8ac586e5be5b21393c925afa581efaf.
Attachments (1)
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.