diff options
| author | Tim Graham <timograham@gmail.com> | 2025-12-23 19:34:32 -0500 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-02-09 17:46:33 -0500 |
| commit | 226ca7b5ce283e1f891dbbbefb0afaebdaa09f28 (patch) | |
| tree | a9b1068ee193a1d6de95c8216986dd533ce0930e /tests/gis_tests | |
| parent | 7cf1c22d4dfdd46f2082cfc55b714b68c4fd2de3 (diff) | |
Added DatabaseFeatures.supports_inspectdb.
Needed by MongoDB.
Diffstat (limited to 'tests/gis_tests')
| -rw-r--r-- | tests/gis_tests/inspectapp/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
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): """ |
