From 220c4d5c05a0522fb3fb8d400d69faacca7385ec Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Thu, 15 Oct 2020 07:11:11 +0200 Subject: [PATCH] Refs #32096 -- Removed JSONBAgg from 3.1.3 release notes. JSONBAgg doesn't support ordering in Django 3.1. Follow up to 1f31027bb3ad460864fbcbbb89eeb328c0a2f184. --- docs/releases/3.1.3.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/releases/3.1.3.txt b/docs/releases/3.1.3.txt index 38fb204397..ed41226389 100644 --- a/docs/releases/3.1.3.txt +++ b/docs/releases/3.1.3.txt @@ -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`).