From 226ca7b5ce283e1f891dbbbefb0afaebdaa09f28 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 23 Dec 2025 19:34:32 -0500 Subject: Added DatabaseFeatures.supports_inspectdb. Needed by MongoDB. --- docs/releases/6.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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` ------------------------- -- cgit v1.3