summaryrefslogtreecommitdiff
path: root/tests/gis_tests/geogapp
Commit message (Expand)AuthorAgeFilesLines
* Fixed #33638 -- Fixed GIS lookups crash with geography fields on PostGIS.Jacob Walls2023-02-072-19/+49
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+4
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-39/+52
* Fixed #32575 -- Added support for SpatiaLite 5.Claude Paroz2021-04-081-3/+6
* Removed redundant database vendor helpers in gis_tests/utils.py.Tim Graham2021-01-131-7/+7
* Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...Hasan Ramezani2020-12-101-2/+1
* Renamed BaseSpatialOperations.geography to BaseSpatialFeatures.supports_geogr...Tim Graham2020-11-091-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
* Used 4 space hanging indent for dictionaries.Tim Graham2019-01-021-5/+5
* Fixed #28665 -- Change some database exceptions to NotImplementedError per PE...Simon Charette2017-10-061-2/+2
* Fixed #28353 -- Fixed some GIS functions when queryset is evaluated more than...Sergey Fedoseev2017-09-111-2/+2
* Fixed #27964 -- Made MySQL backend raise exception if spatial transformation ...Sergey Fedoseev2017-06-261-4/+4
* Made runtests.py run gis_tests only when using a GIS database backend.Tim Graham2017-05-042-5/+0
* Fixed #25605 -- Made GIS DB functions accept geometric expressions, not only ...Sergey Fedoseev2017-04-011-1/+11
* Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham2017-01-201-2/+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-29/+2
* Fixed #27497 -- Improved support of geodetic coordinates on SpatiaLite.Sergey Fedoseev2016-12-151-7/+23
* Refs #26753 -- Removed obsolete workarounds in GIS tests for lack of GDAL.Adam Chainz2016-11-151-2/+1
* Fixed #27014 -- Fixed annotations with database functions on PostGIS.Daniel Wiesmann2016-08-151-0/+3
* Fixed #26753 -- Made GDAL a required dependency for contrib.gisClaude Paroz2016-06-181-2/+0
* Refs #17635 -- Tested the Cast function in a geography to geometry contextClaude Paroz2016-04-121-0/+18
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-3/+6
* Fixed #26147 -- Relaxed expected values in GIS tests to account for database/...Tim Graham2016-01-281-6/+10
* Fixed #25438 -- Fixed assorted Oracle GIS test failures.Jani Tiainen2015-11-191-3/+6
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-3/+3
* Removed many HAS_GEOS conditional importsClaude Paroz2015-04-241-4/+1
* Deprecated legacy GeoManager/GeoQuerySet methodsClaude Paroz2015-04-221-1/+4
* Fixed #24214 -- Added GIS functions to replace geoqueryset's methodsClaude Paroz2015-04-221-0/+28
* Stopped conditional discovery of gis_tests appsClaude Paroz2015-04-181-1/+5
* 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
* Moved contrib.gis tests out of contrib.Tim Graham2015-02-114-0/+239