summaryrefslogtreecommitdiff
path: root/tests/gis_tests/layermap
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-0/+1
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-072-2/+6
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-93/+121
* Refs #32230 -- Made LayerMapping support pathlib.Path.Mariusz Felisiak2020-11-281-8/+13
* Fixed #30020 -- Fixed reading nulls with LayerMapping.Kathryn Killebrew2019-01-312-2/+88
* Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...Simon Charette2019-01-101-1/+1
* Used 4 space hanging indent for dictionaries.Tim Graham2019-01-022-22/+25
* Fixed #28659 -- Fixed LayerMapping crash with null geometry and unique.Melvyn Sopacua2018-07-272-1/+12
* Fixed #27629 -- Added router.allow_relation() calls for assignments between u...Stefan R. Filipek2018-05-101-1/+4
* Removed obsolete HAS_GEOS variable for test skipping.Tim Graham2017-05-041-13/+9
* Fixed #28160 -- Prevented hiding GDAL exceptions when it's not installed.Tim Graham2017-05-041-2/+1
* Made runtests.py run gis_tests only when using a GIS database backend.Tim Graham2017-05-042-9/+1
* Added multi_db=True to test cases that access the 'other' db connection.Tim Graham2017-02-101-0/+1
* Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham2017-01-201-2/+1
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-2/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Refs #26753 -- Removed obsolete workarounds in GIS tests for lack of GDAL.Adam Chainz2016-11-151-2/+1
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-1/+1
* Fixed #26753 -- Made GDAL a required dependency for contrib.gisClaude Paroz2016-06-181-3/+0
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-3/+6
* Removed unneeded GeoManagers in tests.Tim Graham2016-03-111-2/+0
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-7/+14
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-1/+1
* Cleanup: Removed the try-except-fail antipattern from testsShai Berger2015-06-051-13/+13
* Stopped conditional discovery of gis_tests appsClaude Paroz2015-04-182-2/+10
* Revert "Removed unneeded app_label definitions in gis_tests"Claude Paroz2015-03-211-0/+6
* Removed unneeded app_label definitions in gis_testsClaude Paroz2015-03-211-6/+0
* Fixed #24351, #24346 -- Changed the signature of allow_migrate().Loic Bistuer2015-02-201-1/+1
* Moved contrib.gis tests out of contrib.Tim Graham2015-02-113-0/+435