summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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`
-------------------------