From 927c903f3cd25c817c21738328b53991c035b415 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Tue, 14 Jan 2020 09:59:23 +0100 Subject: [PATCH] Refs #31097 -- Added release notes for 2f565f84aca136d9cc4e4d061f3196ddf9358ab8. . --- docs/releases/3.0.3.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/releases/3.0.3.txt b/docs/releases/3.0.3.txt index 6d2098d782..c2cac9203d 100644 --- a/docs/releases/3.0.3.txt +++ b/docs/releases/3.0.3.txt @@ -26,3 +26,8 @@ Bugfixes * Fixed a system check to ensure the ``max_length`` attribute fits the longest choice, when a named group contains only non-string values (:ticket:`31155`). + +* Fixed a regression in Django 2.2 that caused a crash of + :class:`~django.contrib.postgres.aggregates.ArrayAgg` and + :class:`~django.contrib.postgres.aggregates.StringAgg` with ``filter`` + argument when used in a ``Subquery`` (:ticket:`31097`).