From a3f91891d2c7f4bdc33f48ae70820ef6f36da26e Mon Sep 17 00:00:00 2001 From: Caio Ariede Date: Sat, 25 May 2019 10:19:32 -0300 Subject: Fixed #30315 -- Fixed crash of ArrayAgg and StringAgg with ordering when used in Subquery. --- docs/releases/2.2.2.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/releases/2.2.2.txt b/docs/releases/2.2.2.txt index fc47100844..08af175caa 100644 --- a/docs/releases/2.2.2.txt +++ b/docs/releases/2.2.2.txt @@ -21,3 +21,7 @@ Bugfixes * Fixed a regression in Django 2.2 where auto-reloader doesn't detect changes in ``manage.py`` file when using ``StatReloader`` (:ticket:`30479`). + +* Fixed crash of :class:`~django.contrib.postgres.aggregates.ArrayAgg` and + :class:`~django.contrib.postgres.aggregates.StringAgg` with ``ordering`` + argument when used in a ``Subquery`` (:ticket:`30315`). -- cgit v1.3