Skip to content

Commit

Permalink
Refs #32096 -- Removed JSONBAgg from 3.1.3 release notes.
Browse files Browse the repository at this point in the history
JSONBAgg doesn't support ordering in Django 3.1.

Follow up to 1f31027.
  • Loading branch information
felixxm authored Oct 15, 2020
1 parent ee0abac commit 220c4d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/releases/3.1.3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ Bugfixes
(:ticket:`32080`).

* Fixed a regression in Django 3.1 that caused a crash of
:class:`~django.contrib.postgres.aggregates.ArrayAgg`,
:class:`~django.contrib.postgres.aggregates.JSONBAgg`, and
:class:`~django.contrib.postgres.aggregates.ArrayAgg` and
:class:`~django.contrib.postgres.aggregates.StringAgg` with ``ordering``
on key transforms for :class:`~django.db.models.JSONField` (:ticket:`32096`).

Expand Down

0 comments on commit 220c4d5

Please sign in to comment.