1
0
mirror of https://github.com/django/django.git synced 2024-12-26 02:56:25 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
Natalia
e53d6239df [4.2.x] Added release date for 4.2.4.
Backport of c8d7a5491e from main
2023-08-01 13:47:01 -03:00
Mariusz Felisiak
8808d9da6b [4.2.x] Fixed #34750 -- Fixed QuerySet.count() when grouping by unused multi-valued annotations.
Thanks Toan Vuong for the report.
Thanks Simon Charette for the review.

Regression in 59bea9efd2.
Backport of c9b9a52edc from main
2023-08-01 16:17:06 +02:00
Simon Charette
739da73164 [4.2.x] Fixed #34748 -- Fixed queryset crash when grouping by a reference in a subquery.
Regression in dd68af62b2.

Thanks Toan Vuong for the report.

Backport of 4087367ba8 from main
2023-07-30 07:51:52 +02:00
Simon Charette
7a67b065d7 [4.2.x] Fixed #34717 -- Fixed QuerySet.aggregate() crash when referencing window functions.
Regression in 59bea9efd2.

Refs #28477.

Thanks younes-chaoui for the report.

Backport of 68912e4f6f from main
2023-07-19 09:06:16 +02:00
Mariusz Felisiak
047844270b [4.2.x] Added stub release notes for 4.2.4.
Backport of 393b8324b3 from main
2023-07-03 10:38:20 +02:00