summaryrefslogtreecommitdiff
path: root/tests/gis_tests/geo3d
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-66/+121
* Prevented creation of 3D test models if not supported.Tim Graham2020-09-151-0/+18
* Bumped minimum isort version to 5.1.0.David Smith2020-07-301-1/+1
* Fixed E128, E741 flake8 warnings.Mariusz Felisiak2020-05-121-1/+1
* Reverted "Fixed relative paths imports per isort 4.3.5."Mariusz Felisiak2019-03-031-1/+1
* Fixed relative paths imports per isort 4.3.5.Mariusz Felisiak2019-02-251-1/+1
* Fixed #28353 -- Fixed some GIS functions when queryset is evaluated more than...Sergey Fedoseev2017-09-111-1/+2
* Made runtests.py run gis_tests only when using a GIS database backend.Tim Graham2017-05-042-4/+2
* Replaced type-specific assertions with assertEqual().Tim Graham2017-03-171-1/+1
* Updated postgis.net and gaia-gis.it links to https.Tim Graham2017-03-161-1/+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-2/+0
* Removed GeoManager and GeoQuerySet per deprecation timeline.Tim Graham2017-01-172-106/+1
* Refs #26753 -- Removed obsolete workarounds in GIS tests for lack of GDAL.Adam Chainz2016-11-151-2/+1
* Fixed #26775 -- Supported dim=3 geography fieldsClaude Paroz2016-06-182-3/+8
* Fixed #26753 -- Made GDAL a required dependency for contrib.gisClaude Paroz2016-06-181-8/+3
* Removed unneeded GeoManagers in tests.Tim Graham2016-03-111-2/+0
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-2/+2
* Refs #24152 -- Removed deprecated GeoQuerySet aggregate methods.Tim Graham2015-09-231-9/+3
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-8/+8
* Removed many HAS_GEOS conditional importsClaude Paroz2015-04-241-9/+8
* Deprecated legacy GeoManager/GeoQuerySet methodsClaude Paroz2015-04-221-1/+9
* Fixed #24214 -- Added GIS functions to replace geoqueryset's methodsClaude Paroz2015-04-221-12/+107
* Stopped conditional discovery of gis_tests appsClaude Paroz2015-04-182-3/+6
* Fixed #23757 -- Added 3D introspection support to Spatialite backendClaude Paroz2015-03-181-1/+7
* Moved contrib.gis tests out of contrib.Tim Graham2015-02-114-0/+362