diff options
| author | Adam Johnson <me@adamj.eu> | 2025-05-21 14:48:59 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-05-23 16:23:34 +0200 |
| commit | 7e4b371eb070d892e9c27eacbe140c78b7d34059 (patch) | |
| tree | b5e58e902d75f2a09ed8a9adceb0e0dd4c115f53 /docs | |
| parent | c29e3092fdb1136f0945ce2be8f14c3853d6c8da (diff) | |
[5.2.x] Fixed #36405 -- Fixed OrderableAggMixin.order_by using OuterRef.
co-authored-by: Simon Charette <charette.s@gmail.com>
Backport of c2615a050036eda0bca090c707191076220cee9f from main.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.2.2.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/5.2.2.txt b/docs/releases/5.2.2.txt index b8deb1c928..a506430b33 100644 --- a/docs/releases/5.2.2.txt +++ b/docs/releases/5.2.2.txt @@ -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`). |
