summaryrefslogtreecommitdiff
path: root/tests/gis_tests/inspectapp
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+0
* Removed usage of django.db.utils.ConnectionHandler.databases.Florian Apolloner2022-03-171-1/+1
* Fixed #33577 -- Confirmed support for GDAL 3.4.Mariusz Felisiak2022-03-161-3/+3
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-2/+4
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-93/+113
* Fixed #33453 -- Dropped support for GDAL 2.1.Mariusz Felisiak2022-01-201-6/+5
* Fixed #33030 -- Fixed broken links to GDAL docs.Märt Häkkinen2021-08-231-1/+1
* Removed redundant database vendor helpers in gis_tests/utils.py.Tim Graham2021-01-131-2/+1
* Renamed BaseSpatialOperations.geography to BaseSpatialFeatures.supports_geogr...Tim Graham2020-11-091-3/+4
* Prevented creation of 3D test models if not supported.Tim Graham2020-09-151-0/+3
* Added gis_tests.utils.mariadb hook.Mariusz Felisiak2019-10-181-2/+2
* Reverted "Fixed relative paths imports per isort 4.3.5."Mariusz Felisiak2019-03-031-1/+1
* Fixed relative paths imports per isort 4.3.5.Mariusz Felisiak2019-02-251-1/+1
* Fixed #30166 -- Dropped support for GDAL 1.11.Tim Graham2019-02-081-2/+2
* Switched TestCase to SimpleTestCase in GIS tests.Tim Graham2018-11-271-2/+2
* Refs #29784 -- Switched to https:// links where available.Jon Dufresne2018-09-261-1/+1
* Refs #29548 -- Fixed GIS tests on MariaDBClaude Paroz2018-07-131-2/+4
* Fixed #29483 -- Confirmed support for GDAL 2.3.Tim Graham2018-06-121-1/+2
* Fixed #29461 -- Fixed ogrinspect test_time_field failure on SpatiaLite.Tim Graham2018-06-011-3/+11
* Fixed #29462 -- Fixed ogrinspect test failures with GDAL 2.2.Tim Graham2018-06-011-5/+6
* Fixed #28617 -- Made ogrinspect output pep8 compliant.Thomas Schorr2017-09-201-0/+21
* Fixed #28160 -- Prevented hiding GDAL exceptions when it's not installed.Tim Graham2017-05-041-7/+3
* Made runtests.py run gis_tests only when using a GIS database backend.Tim Graham2017-05-042-8/+0
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-1/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Refs #26753 -- Removed obsolete workarounds in GIS tests for lack of GDAL.Adam Chainz2016-11-151-1/+1
* Unified SpatiaLite spellingClaude Paroz2016-08-091-1/+1
* Fixed #26750 -- Fixed introspection for geography point field with dim=3Claude Paroz2016-06-212-0/+6
* Fixed #26753 -- Made GDAL a required dependency for contrib.gisClaude Paroz2016-06-181-4/+2
* Removed unneeded GeoManagers in tests.Tim Graham2016-03-111-4/+0
* Fixed #25682 -- Removed bare except clauses.Attila Tovt2015-11-171-1/+1
* Removed deprecated GeoManager from inspectdb/ogrinspect output.Tim Graham2015-08-101-7/+2
* Added GDAL 2.0 supportClaude Paroz2015-06-201-3/+3
* Fixed #24207 -- Added 25D-type geometry field support to ogrinspectClaude Paroz2015-05-061-0/+4
* Made some tests run on non-GIS databasesClaude Paroz2015-05-051-2/+10
* Stopped conditional discovery of gis_tests appsClaude Paroz2015-04-181-1/+7
* Fixed #23757 -- Added 3D introspection support to Spatialite backendClaude Paroz2015-03-182-3/+32
* Moved contrib.gis tests out of contrib.Tim Graham2015-02-113-0/+192