mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #34748 -- Fixed queryset crash when grouping by a reference in a subquery.
Regression in dd68af62b2.
Thanks Toan Vuong for the report.
This commit is contained in:
committed by
Mariusz Felisiak
parent
af0c5caff7
commit
4087367ba8
@@ -12,3 +12,6 @@ Bugfixes
|
||||
* Fixed a regression in Django 4.2 that caused a crash of
|
||||
``QuerySet.aggregate()`` with aggregates referencing window functions
|
||||
(:ticket:`34717`).
|
||||
|
||||
* Fixed a regression in Django 4.2 that caused a crash when grouping by a
|
||||
reference in a subquery (:ticket:`34748`).
|
||||
|
||||
Reference in New Issue
Block a user