summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/6.1.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/releases/6.1.txt b/docs/releases/6.1.txt
index bb8f686f84..412ec692e3 100644
--- a/docs/releases/6.1.txt
+++ b/docs/releases/6.1.txt
@@ -319,6 +319,15 @@ backends.
* Support for PostGIS 3.1 is removed.
+:mod:`django.contrib.postgres`
+------------------------------
+
+* Top-level elements set to ``None`` in an
+ :class:`~django.contrib.postgres.fields.ArrayField` with a
+ :class:`~django.db.models.JSONField` base field are now saved as SQL ``NULL``
+ instead of the JSON ``null`` primitive. This matches the behavior of a
+ standalone :class:`~django.db.models.JSONField` when storing ``None`` values.
+
Dropped support for PostgreSQL 14
---------------------------------