summaryrefslogtreecommitdiff
path: root/docs/releases/6.1.txt
diff options
context:
space:
mode:
authorStorm B. Heg <storm@stormbase.digital>2025-11-20 14:28:11 +0100
committerJacob Walls <jacobtylerwalls@gmail.com>2025-11-20 09:54:45 -0500
commit14fb36e0b083ea963220602d01386cc0fb2c40e4 (patch)
tree214dc3217601214a2a1382337f18864aaddb1b34 /docs/releases/6.1.txt
parent07419875685997a30cd281396e0dc867e98aefe3 (diff)
Refs #36663, #36739 -- Added release note for running checks against all databases.
Diffstat (limited to 'docs/releases/6.1.txt')
-rw-r--r--docs/releases/6.1.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/releases/6.1.txt b/docs/releases/6.1.txt
index 425419529b..f3338f8933 100644
--- a/docs/releases/6.1.txt
+++ b/docs/releases/6.1.txt
@@ -341,6 +341,12 @@ backends.
instead of the JSON ``null`` primitive. This matches the behavior of a
standalone :class:`~django.db.models.JSONField` when storing ``None`` values.
+System checks
+-------------
+
+* The :djadmin:`check` management command now supplies all ``databases`` if not
+ specified. Callers should be prepared for databases to be accessed.
+
Dropped support for PostgreSQL 14
---------------------------------