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. --- tests/gis_tests/inspectapp/tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/gis_tests') diff --git a/tests/gis_tests/inspectapp/tests.py b/tests/gis_tests/inspectapp/tests.py index 43227d232d..fd6fec32d9 100644 --- a/tests/gis_tests/inspectapp/tests.py +++ b/tests/gis_tests/inspectapp/tests.py @@ -14,6 +14,7 @@ from ..test_data import TEST_DATA from .models import AllOGRFields +@skipUnlessDBFeature("supports_inspectdb") class InspectDbTests(TestCase): def test_geom_columns(self): """ -- cgit v1.3