mirror of
https://github.com/django/django.git
synced 2025-10-05 00:00:37 +00:00
[4.1.x] Fixed #34016 -- Fixed QuerySet.values()/values_list() crash on ArrayAgg() and JSONBAgg().
Regression ine06dc4571e
. Backport off88fc72da4
from main
This commit is contained in:
parent
0859093f7c
commit
2d20386b41
3 changed files with 18 additions and 2 deletions
|
@ -18,3 +18,7 @@ Bugfixes
|
|||
|
||||
* Fixed a bug in Django 4.1 that caused an incorrect validation of
|
||||
``CheckConstraint`` on ``NULL`` values (:ticket:`33996`).
|
||||
|
||||
* Fixed a regression in Django 4.1 that caused a
|
||||
``QuerySet.values()/values_list()`` crash on ``ArrayAgg()`` and
|
||||
``JSONBAgg()`` (:ticket:`34016`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue