| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-04 | Fixed #36289 -- Fixed bulk_create() crash with nullable geometry fields on ↵ | Simon Charette | |
| PostGIS. Swapped to an allow list instead of a deny list for field types to determine if the UNNEST optimization can be enabled to avoid further surprises with other types that would require further specialization to adapt. Regression in a16eedcf9c69d8a11d94cac1811018c5b996d491. Thanks Joshua Goodwin for the report and Sarah Boyce for the test. | |||
| 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. | |||
| 2017-01-18 | Refs #23919 -- Removed python_2_unicode_compatible decorator usage | Claude Paroz | |
| 2017-01-17 | Removed GeoManager and GeoQuerySet per deprecation timeline. | Tim Graham | |
| 2016-11-15 | Refs #26753 -- Removed obsolete workarounds in GIS tests for lack of GDAL. | Adam Chainz | |
| Missed in f7a363ee1d2039824d95f35e54219e09c5af67b0. | |||
| 2016-06-18 | Fixed #26775 -- Supported dim=3 geography fields | Claude Paroz | |
| Thanks François-Xavier Thomas for the report. | |||
| 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-02-11 | Moved contrib.gis tests out of contrib. | Tim Graham | |
