Refs #32096 -- Removed JSONBAgg from 3.1.3 release notes.

JSONBAgg doesn't support ordering in Django 3.1.

Follow up to 1f31027bb3.
This commit is contained in:
Mariusz Felisiak 2020-10-15 07:11:11 +02:00 committed by GitHub
parent ee0abac169
commit 220c4d5c05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

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