| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-02-01 | Refs #33476 -- Applied Black's 2023 stable style. | David Smith | |
| 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 | |||
| 2022-02-07 | Refs #33476 -- Reformatted code with Black. | django-bot | |
| 2020-09-15 | Prevented creation of 3D test models if not supported. | Tim Graham | |
| 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. | |||
| 2017-05-04 | Made runtests.py run gis_tests only when using a GIS database backend. | Tim Graham | |
| This facilitates other changes like refs #28160. | |||
| 2016-11-15 | Refs #26753 -- Removed obsolete workarounds in GIS tests for lack of GDAL. | Adam Chainz | |
| Missed in f7a363ee1d2039824d95f35e54219e09c5af67b0. | |||
| 2016-06-21 | Fixed #26750 -- Fixed introspection for geography point field with dim=3 | Claude Paroz | |
| Thanks Yegor Kazantsev for the report and the initial patch. | |||
| 2016-03-11 | Removed unneeded GeoManagers in tests. | Tim Graham | |
| 2015-04-18 | Stopped conditional discovery of gis_tests apps | Claude Paroz | |
| Refs #23879. | |||
| 2015-03-18 | Fixed #23757 -- Added 3D introspection support to Spatialite backend | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 2015-02-11 | Moved contrib.gis tests out of contrib. | Tim Graham | |
