| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-02-07 | Refs #33476 -- Refactored code to strictly match 88 characters line length. | Mariusz Felisiak | |
| 2022-02-07 | Refs #33476 -- Reformatted code with Black. | django-bot | |
| 2019-01-31 | Fixed #30020 -- Fixed reading nulls with LayerMapping. | Kathryn Killebrew | |
| 2019-01-02 | Used 4 space hanging indent for dictionaries. | Tim Graham | |
| Thanks Mariusz Felisiak for auditing. | |||
| 2018-07-27 | Fixed #28659 -- Fixed LayerMapping crash with null geometry and unique. | Melvyn Sopacua | |
| 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 | |
| 2016-11-15 | Refs #26753 -- Removed obsolete workarounds in GIS tests for lack of GDAL. | Adam Chainz | |
| Missed in f7a363ee1d2039824d95f35e54219e09c5af67b0. | |||
| 2016-03-11 | Removed unneeded GeoManagers in tests. | Tim Graham | |
| 2015-07-27 | Fixed #21127 -- Started deprecation toward requiring on_delete for ↵ | Flavio Curella | |
| ForeignKey/OneToOneField | |||
| 2015-04-18 | Stopped conditional discovery of gis_tests apps | Claude Paroz | |
| Refs #23879. | |||
| 2015-03-21 | Revert "Removed unneeded app_label definitions in gis_tests" | Claude Paroz | |
| This reverts commit e0cc36f615f70061e034f5ba3f4e75330f51d3ca. The problem is the following: * With non-gis backends, gis_tests sub apps are not discovered (see runtests.py) * Consequently, the app_label is inferred from the gis_tests AppConfig * Then models with same names in different sub apps conflict because of same model_name/app_label pair. | |||
| 2015-03-21 | Removed unneeded app_label definitions in gis_tests | Claude Paroz | |
| 2015-02-11 | Moved contrib.gis tests out of contrib. | Tim Graham | |
