1
0
mirror of https://github.com/django/django.git synced 2025-03-14 11:20:46 +00:00
Simon Charette 42c08ee465 Fixed #31566 -- Fixed aliases crash when chaining values()/values_list() after annotate() with aggregations and subqueries.
Subquery annotation references must be resolved if they are excluded
from the GROUP BY clause by a following .values() call.

Regression in fb3f034f1c63160c0ff13c609acd01c18be12f80.

Thanks Makina Corpus for the report.
2020-05-14 08:16:16 +02:00
..
2017-02-03 08:01:45 -05:00
2019-11-26 14:02:24 +01:00
2019-11-26 14:02:24 +01:00
2019-11-26 14:02:24 +01:00
2020-05-13 09:14:04 +02:00
2020-05-13 09:14:04 +02:00
2015-05-01 16:24:39 -04:00
2020-05-13 09:14:04 +02:00
2015-05-20 13:48:06 -04:00
2015-10-03 19:31:45 -04:00
2020-05-13 09:14:04 +02:00
2016-05-02 18:16:36 -04:00
2016-06-04 19:24:51 -04:00
2016-09-01 16:24:46 -04:00
2017-01-04 13:20:01 -05:00
2017-06-01 11:09:51 -04:00
2017-07-01 19:13:35 -04:00
2017-08-01 08:08:18 -04:00
2017-10-05 14:13:32 -04:00
2017-11-01 21:11:38 -04:00
2018-07-02 10:12:20 +02:00
2018-10-01 09:34:57 +02:00
2018-12-03 15:14:58 +01:00
2020-05-13 09:14:04 +02:00
2018-06-28 11:07:37 -04:00
2018-08-31 10:12:51 +02:00
2018-12-03 17:29:46 +01:00
2020-05-06 06:35:26 +02:00
2019-07-01 07:48:45 +02:00
2020-04-14 09:32:09 +02:00
2020-01-02 07:55:53 +01:00
2020-02-03 08:52:16 +01:00
2020-05-14 06:22:54 +02:00