diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.1.2.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/4.1.2.txt b/docs/releases/4.1.2.txt index 546ab7a635..4c9b0a60a9 100644 --- a/docs/releases/4.1.2.txt +++ b/docs/releases/4.1.2.txt @@ -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`). |
