Skip to content

Commit

Permalink
[3.0.x] Refs #31097 -- Added release notes for 2f565f8.
Browse files Browse the repository at this point in the history
.

Backport of 927c903 from master
  • Loading branch information
carltongibson committed Jan 14, 2020
1 parent 0e6cf43 commit 6aac9f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/releases/3.0.3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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`).

0 comments on commit 6aac9f6

Please sign in to comment.