| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refs #33476 -- Applied Black's 2023 stable style. | David Smith | 2023-02-01 | 1 | -1/+0 |
| | | | | | | | | | Black 23.1.0 is released which, as the first release of the year, introduces the 2023 stable style. This incorporates most of last year's preview style. https://github.com/psf/black/releases/tag/23.1.0 | ||||
| * | Removed usage of django.db.utils.ConnectionHandler.databases. | Florian Apolloner | 2022-03-17 | 1 | -1/+1 |
| | | |||||
| * | Fixed #33577 -- Confirmed support for GDAL 3.4. | Mariusz Felisiak | 2022-03-16 | 1 | -3/+3 |
| | | |||||
| * | Refs #33476 -- Refactored code to strictly match 88 characters line length. | Mariusz Felisiak | 2022-02-07 | 1 | -2/+4 |
| | | |||||
| * | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 2 | -93/+113 |
| | | |||||
| * | Fixed #33453 -- Dropped support for GDAL 2.1. | Mariusz Felisiak | 2022-01-20 | 1 | -6/+5 |
| | | |||||
| * | Fixed #33030 -- Fixed broken links to GDAL docs. | Märt Häkkinen | 2021-08-23 | 1 | -1/+1 |
| | | |||||
| * | Removed redundant database vendor helpers in gis_tests/utils.py. | Tim Graham | 2021-01-13 | 1 | -2/+1 |
| | | |||||
| * | Renamed BaseSpatialOperations.geography to ↵ | Tim Graham | 2020-11-09 | 1 | -3/+4 |
| | | | | | BaseSpatialFeatures.supports_geography. | ||||
| * | Prevented creation of 3D test models if not supported. | Tim Graham | 2020-09-15 | 1 | -0/+3 |
| | | | | | | | There's no problem creating the models on MySQL and Oracle (which don't support 3D storage) but CockroachDB currently crashes with a syntax error. | ||||
| * | Added gis_tests.utils.mariadb hook. | Mariusz Felisiak | 2019-10-18 | 1 | -2/+2 |
| | | |||||
| * | Reverted "Fixed relative paths imports per isort 4.3.5." | Mariusz Felisiak | 2019-03-03 | 1 | -1/+1 |
| | | | | | This reverts commit 463fe11bc8b2d068e447c5df677e7a31c2af7e03 due to restore of relative paths sorting from isort < 4.3.5 in isort 4.3.10. | ||||
| * | Fixed relative paths imports per isort 4.3.5. | Mariusz Felisiak | 2019-02-25 | 1 | -1/+1 |
| | | |||||
| * | Fixed #30166 -- Dropped support for GDAL 1.11. | Tim Graham | 2019-02-08 | 1 | -2/+2 |
| | | |||||
| * | Switched TestCase to SimpleTestCase in GIS tests. | Tim Graham | 2018-11-27 | 1 | -2/+2 |
| | | |||||
| * | Refs #29784 -- Switched to https:// links where available. | Jon Dufresne | 2018-09-26 | 1 | -1/+1 |
| | | |||||
| * | Refs #29548 -- Fixed GIS tests on MariaDB | Claude Paroz | 2018-07-13 | 1 | -2/+4 |
| | | |||||
| * | Fixed #29483 -- Confirmed support for GDAL 2.3. | Tim Graham | 2018-06-12 | 1 | -1/+2 |
| | | |||||
| * | Fixed #29461 -- Fixed ogrinspect test_time_field failure on SpatiaLite. | Tim Graham | 2018-06-01 | 1 | -3/+11 |
| | | |||||
| * | Fixed #29462 -- Fixed ogrinspect test failures with GDAL 2.2. | Tim Graham | 2018-06-01 | 1 | -5/+6 |
| | | |||||
| * | Fixed #28617 -- Made ogrinspect output pep8 compliant. | Thomas Schorr | 2017-09-20 | 1 | -0/+21 |
| | | |||||
| * | Fixed #28160 -- Prevented hiding GDAL exceptions when it's not installed. | Tim Graham | 2017-05-04 | 1 | -7/+3 |
| | | |||||
| * | Made runtests.py run gis_tests only when using a GIS database backend. | Tim Graham | 2017-05-04 | 2 | -8/+0 |
| | | | | | This facilitates other changes like refs #28160. | ||||
| * | Refs #23919 -- Removed most of remaining six usage | Claude Paroz | 2017-01-18 | 1 | -1/+1 |
| | | | | | Thanks Tim Graham for the review. | ||||
| * | Refs #23919 -- Removed encoding preambles and future imports | Claude Paroz | 2017-01-18 | 1 | -2/+0 |
| | | |||||
| * | Refs #26753 -- Removed obsolete workarounds in GIS tests for lack of GDAL. | Adam Chainz | 2016-11-15 | 1 | -1/+1 |
| | | | | | Missed in f7a363ee1d2039824d95f35e54219e09c5af67b0. | ||||
| * | Unified SpatiaLite spelling | Claude Paroz | 2016-08-09 | 1 | -1/+1 |
| | | |||||
| * | Fixed #26750 -- Fixed introspection for geography point field with dim=3 | Claude Paroz | 2016-06-21 | 2 | -0/+6 |
| | | | | | Thanks Yegor Kazantsev for the report and the initial patch. | ||||
| * | Fixed #26753 -- Made GDAL a required dependency for contrib.gis | Claude Paroz | 2016-06-18 | 1 | -4/+2 |
| | | | | | Thanks Tim Graham for the review. | ||||
| * | Removed unneeded GeoManagers in tests. | Tim Graham | 2016-03-11 | 1 | -4/+0 |
| | | |||||
| * | Fixed #25682 -- Removed bare except clauses. | Attila Tovt | 2015-11-17 | 1 | -1/+1 |
| | | |||||
| * | Removed deprecated GeoManager from inspectdb/ogrinspect output. | Tim Graham | 2015-08-10 | 1 | -7/+2 |
| | | | | | refs ea27e26b0907e74ab8d6c46a9694775a310fdc67 | ||||
| * | Added GDAL 2.0 support | Claude Paroz | 2015-06-20 | 1 | -3/+3 |
| | | |||||
| * | Fixed #24207 -- Added 25D-type geometry field support to ogrinspect | Claude Paroz | 2015-05-06 | 1 | -0/+4 |
| | | | | | | Thanks Michael Diener for the report and sample data, and Tim Graham for the review. | ||||
| * | Made some tests run on non-GIS databases | Claude Paroz | 2015-05-05 | 1 | -2/+10 |
| | | |||||
| * | Stopped conditional discovery of gis_tests apps | Claude Paroz | 2015-04-18 | 1 | -1/+7 |
| | | | | | Refs #23879. | ||||
| * | Fixed #23757 -- Added 3D introspection support to Spatialite backend | Claude Paroz | 2015-03-18 | 2 | -3/+32 |
| | | | | | Thanks Tim Graham for the review. | ||||
| * | Moved contrib.gis tests out of contrib. | Tim Graham | 2015-02-11 | 3 | -0/+192 |
