summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2020-01-14 09:59:23 +0100
committerCarlton Gibson <carlton@noumenal.es>2020-01-14 14:35:28 +0100
commit927c903f3cd25c817c21738328b53991c035b415 (patch)
tree5cf2346213c15d42d592a387da433007598b9693 /docs
parent4fe486520f9275d88f25a867706b974886ad1b54 (diff)
Refs #31097 -- Added release notes for 2f565f84aca136d9cc4e4d061f3196ddf9358ab8.
.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.0.3.txt5
1 files changed, 5 insertions, 0 deletions
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`).