#35135 closed Bug (fixed)
FilteredRelation fails when rhs of the condition is a queryset
Reported by: | Nicolas Delaby | Owned by: | Nicolas Delaby |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 5.0 |
Severity: | Release blocker | Keywords: | |
Cc: | Francesco Panico | 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
There is a regression test on the following pr https://github.com/django/django/pull/17771
Change History (8)
comment:1 by , 10 months ago
Cc: | added |
---|---|
Owner: | changed from | to
Severity: | Normal → Release blocker |
Status: | new → assigned |
Triage Stage: | Unreviewed → Accepted |
comment:3 by , 10 months ago
Patch needs improvement: | set |
---|
comment:4 by , 10 months ago
Patch needs improvement: | unset |
---|
Sorry, I set the "patch needs improvement" flag in the wrong tab, reverting :-)
comment:5 by , 9 months ago
Patch needs improvement: | set |
---|
comment:6 by , 9 months ago
Patch needs improvement: | unset |
---|---|
Triage Stage: | Accepted → Ready for checkin |
Note:
See TracTickets
for help on using tickets.
Thanks for the report.