mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
[3.1.x] Refs #32096 -- Fixed crash of ArrayAgg/StringAgg/JSONBAgg with ordering over JSONField key transforms.
Regression in6789ded0a6
. Thanks Igor Jerosimić for the report. Backport of1f31027bb3
from master
This commit is contained in:
parent
735c88fdd7
commit
d94e777b66
3 changed files with 28 additions and 2 deletions
|
@ -20,3 +20,8 @@ Bugfixes
|
|||
:class:`forms.JSONField <django.forms.JSONField>` and read-only
|
||||
:class:`models.JSONField <django.db.models.JSONField>` values in the admin
|
||||
(:ticket:`32080`).
|
||||
|
||||
* Fixed a regression in Django 3.1 that caused a crash of
|
||||
: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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue