1
0
mirror of https://github.com/django/django.git synced 2025-01-18 06:12:23 +00:00
django/tests/aggregation_regress
Simon Charette 136ff592ad Fixed #32690 -- Fixed __in lookup crash when combining with filtered aggregates.
Having lookups group by subquery right-hand-sides is likely unnecessary
in the first place but relatively large amount of work would be needed
to achieve that such as making Lookup instances proper resolvable
expressions.

Regression in 35431298226165986ad07e91f9d3aca721ff38ec.

Thanks James A. Munsch for the report.
2021-05-05 11:41:35 +02:00
..