summaryrefslogtreecommitdiff
path: root/docs/releases/6.1.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2025-12-23 19:34:32 -0500
committerJacob Walls <jacobtylerwalls@gmail.com>2026-02-09 17:46:33 -0500
commit226ca7b5ce283e1f891dbbbefb0afaebdaa09f28 (patch)
treea9b1068ee193a1d6de95c8216986dd533ce0930e /docs/releases/6.1.txt
parent7cf1c22d4dfdd46f2082cfc55b714b68c4fd2de3 (diff)
Added DatabaseFeatures.supports_inspectdb.
Needed by MongoDB.
Diffstat (limited to 'docs/releases/6.1.txt')
-rw-r--r--docs/releases/6.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/6.1.txt b/docs/releases/6.1.txt
index a26b2be07f..0d35982543 100644
--- a/docs/releases/6.1.txt
+++ b/docs/releases/6.1.txt
@@ -367,6 +367,9 @@ backends.
``db_on_delete``) as values. ``db_on_delete`` is one of the database-level
delete options e.g. :attr:`~django.db.models.DB_CASCADE`.
+* Set the new ``DatabaseFeatures.supports_inspectdb`` attribute to ``False``
+ if the management command isn't supported.
+
:mod:`django.contrib.gis`
-------------------------