diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.2.1.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/2.2.1.txt b/docs/releases/2.2.1.txt index b24db37c1a..f7ac012fb7 100644 --- a/docs/releases/2.2.1.txt +++ b/docs/releases/2.2.1.txt @@ -17,3 +17,8 @@ Bugfixes * Fixed a regression in Django 2.2 that caused a crash when loading the template for the technical 500 debug page (:ticket:`30324`). + +* Fixed crash of ``ordering`` argument in + :class:`~django.contrib.postgres.aggregates.ArrayAgg` and + :class:`~django.contrib.postgres.aggregates.StringAgg` when it contains an + expression with params (:ticket:`30332`). |
