diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.2.2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/5.2.2.txt b/docs/releases/5.2.2.txt index 2cf5c750ff..b8deb1c928 100644 --- a/docs/releases/5.2.2.txt +++ b/docs/releases/5.2.2.txt @@ -22,3 +22,6 @@ Bugfixes * Fixed a regression in Django 5.2 where subclasses of ``RemoteUserMiddleware`` that had overridden ``process_request()`` were no longer supported (:ticket:`36390`). + +* Fixed a regression in Django 5.2 that caused a crash when using ``OuterRef`` + in the ``filter`` argument of an ``Aggregate`` expression (:ticket:`36404`). |
