mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #36405 -- Fixed Aggregate.order_by using OuterRef.
co-authored-by: Simon Charette <charette.s@gmail.com>
This commit is contained in:
parent
b8e5a8a9a2
commit
c2615a0500
4 changed files with 45 additions and 5 deletions
|
@ -25,3 +25,7 @@ Bugfixes
|
|||
|
||||
* Fixed a regression in Django 5.2 that caused a crash when using ``OuterRef``
|
||||
in the ``filter`` argument of an ``Aggregate`` expression (:ticket:`36404`).
|
||||
|
||||
* Fixed a regression in Django 5.2 that caused a crash when using ``OuterRef``
|
||||
in PostgreSQL aggregate functions ``ArrayAgg``, ``StringAgg``, and
|
||||
``JSONBAgg`` (:ticket:`36405`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue