summaryrefslogtreecommitdiff
path: root/tests/gis_tests/distapp
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-13/+32
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-164/+336
* Fixed #32575 -- Added support for SpatiaLite 5.Claude Paroz2021-04-081-6/+2
* Refs #32380 -- Added test for distance lookups with F() expression.Mariusz Felisiak2021-01-252-4/+7
* Fixed #32358 -- Fixed queryset crash when grouping by annotation with Distanc...Illia Volochii2021-01-181-1/+21
* Removed redundant database vendor helpers in gis_tests/utils.py.Tim Graham2021-01-131-14/+13
* Added SpatialFeatures.supports_tolerance_parameter.Tim Graham2020-11-301-8/+2
* Made OracleSpatialAdapter clone geometries rather than mutate them.Tim Graham2020-10-271-4/+1
* Fixed typos in tolerance gis_tests.Mariusz Felisiak2020-03-101-2/+2
* Fixed CVE-2020-9402 -- Properly escaped tolerance parameter in GIS functions ...Mariusz Felisiak2020-03-041-0/+31
* Fixed #29955 -- Added support for distance expression to the dwithin lookup.Simon Charette2019-08-232-0/+25
* Fixed #30687 -- Fixed using of OuterRef() expressions in distance lookups.Andrew Brown2019-08-161-1/+11
* Reverted "Fixed relative paths imports per isort 4.3.5."Mariusz Felisiak2019-03-031-3/+3
* Fixed relative paths imports per isort 4.3.5.Mariusz Felisiak2019-02-251-3/+3
* Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...Дилян Палаузов2018-01-121-5/+1
* Fixed #28665 -- Change some database exceptions to NotImplementedError per PE...Simon Charette2017-10-061-3/+3
* Fixed #28353 -- Fixed some GIS functions when queryset is evaluated more than...Sergey Fedoseev2017-09-111-2/+4
* Fixed #28437 -- Added support for complex geometry expressions in GIS lookups.Sergey Fedoseev2017-07-271-0/+3
* Fixed #28436 -- Added support for distance lookups on MySQL.Sergey Fedoseev2017-07-261-8/+18
* Fixed #28432 -- Allowed geometry expressions to be used with distance lookups.Sergey Fedoseev2017-07-251-1/+8
* Fixed typo in DistanceLookupBase.process_rhs() error message.Sergey Fedoseev2017-07-191-6/+8
* Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne2017-06-011-1/+1
* Refs #27804 -- Used subTest() in several tests.Bruno Alla2017-05-241-29/+36
* Made runtests.py run gis_tests only when using a GIS database backend.Tim Graham2017-05-042-3/+0
* Fixed #28006 -- Allowed using D with lookups on Distance annotations.Sergey Fedoseev2017-04-061-0/+17
* Fixed #27573 -- Made Distance on geodetic coordinates return a raw value on M...Sergey Fedoseev2017-04-021-1/+9
* Fixed #25605 -- Made GIS DB functions accept geometric expressions, not only ...Sergey Fedoseev2017-04-011-0/+3
* Replaced type-specific assertions with assertEqual().Tim Graham2017-03-171-1/+1
* Refs #27788 -- Removed Oracle 11 workarounds in GIS tests.Sergey Fedoseev2017-03-131-19/+4
* 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-216/+1
* Replaced some GIS has_X_method skips with supports_X_aggr/has_X_function.Tim Graham2017-01-031-1/+1
* Fixed #27576 -- Made get_srid_info() fallback to GDAL if SpatialRefSys is una...Sergey Fedoseev2016-12-151-4/+3
* Fixed #27497 -- Improved support of geodetic coordinates on SpatiaLite.Sergey Fedoseev2016-12-151-9/+17
* Removed test workarounds for PROJ.4 < 4.7.0.Sergey Fedoseev2016-12-051-44/+24
* Refs #26753 -- Removed obsolete workarounds in GIS tests for lack of GDAL.Adam Chainz2016-11-151-1/+1
* Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSeq...Mads Jensen2016-09-131-2/+2
* Fixed #26685 -- Added dwithin lookup support on SpatiaLite.Kevan Swanberg2016-08-301-2/+4
* Unified SpatiaLite spellingClaude Paroz2016-08-091-1/+1
* Fixed #26753 -- Made GDAL a required dependency for contrib.gisClaude Paroz2016-06-181-25/+19
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-5/+8
* Fixed #26147 -- Relaxed expected values in GIS tests to account for database/...Tim Graham2016-01-281-2/+2
* Fixed #15165 -- Prevented wrong results with perimeter on geodetic fields.Claude Paroz2015-12-301-0/+18
* Fixed #25797 -- Fixed regex for getting units from SRS WKT.Sergey Fedoseev2015-12-031-19/+25
* Removed ability to pass a geometry string to GIS functionsClaude Paroz2015-11-071-3/+1
* Fixed #25636 -- Dropped support for SpatiaLite < 3.0Sergey Fedoseev2015-10-311-5/+4
* Fixed #25499 -- Added the ability to pass an expression in distance lookupsClaude Paroz2015-10-092-1/+28
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+1
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-9/+9