index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
gis_tests
/
distapp
Age
Commit message (
Expand
)
Author
2019-03-03
[2.2.x] Reverted "Fixed relative paths imports per isort 4.3.5."
Mariusz Felisiak
2019-02-25
[2.2.x] Fixed relative paths imports per isort 4.3.5.
Mariusz Felisiak
2018-01-12
Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...
Дилян Палаузов
2017-10-06
Fixed #28665 -- Change some database exceptions to NotImplementedError per PE...
Simon Charette
2017-09-11
Fixed #28353 -- Fixed some GIS functions when queryset is evaluated more than...
Sergey Fedoseev
2017-07-27
Fixed #28437 -- Added support for complex geometry expressions in GIS lookups.
Sergey Fedoseev
2017-07-26
Fixed #28436 -- Added support for distance lookups on MySQL.
Sergey Fedoseev
2017-07-25
Fixed #28432 -- Allowed geometry expressions to be used with distance lookups.
Sergey Fedoseev
2017-07-19
Fixed typo in DistanceLookupBase.process_rhs() error message.
Sergey Fedoseev
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-05-24
Refs #27804 -- Used subTest() in several tests.
Bruno Alla
2017-05-04
Made runtests.py run gis_tests only when using a GIS database backend.
Tim Graham
2017-04-06
Fixed #28006 -- Allowed using D with lookups on Distance annotations.
Sergey Fedoseev
2017-04-02
Fixed #27573 -- Made Distance on geodetic coordinates return a raw value on M...
Sergey Fedoseev
2017-04-01
Fixed #25605 -- Made GIS DB functions accept geometric expressions, not only ...
Sergey Fedoseev
2017-03-17
Replaced type-specific assertions with assertEqual().
Tim Graham
2017-03-13
Refs #27788 -- Removed Oracle 11 workarounds in GIS tests.
Sergey Fedoseev
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Removed GeoManager and GeoQuerySet per deprecation timeline.
Tim Graham
2017-01-03
Replaced some GIS has_X_method skips with supports_X_aggr/has_X_function.
Tim Graham
2016-12-15
Fixed #27576 -- Made get_srid_info() fallback to GDAL if SpatialRefSys is una...
Sergey Fedoseev
2016-12-15
Fixed #27497 -- Improved support of geodetic coordinates on SpatiaLite.
Sergey Fedoseev
2016-12-05
Removed test workarounds for PROJ.4 < 4.7.0.
Sergey Fedoseev
2016-11-15
Refs #26753 -- Removed obsolete workarounds in GIS tests for lack of GDAL.
Adam Chainz
2016-09-13
Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSeq...
Mads Jensen
2016-08-30
Fixed #26685 -- Added dwithin lookup support on SpatiaLite.
Kevan Swanberg
2016-08-09
Unified SpatiaLite spelling
Claude Paroz
2016-06-18
Fixed #26753 -- Made GDAL a required dependency for contrib.gis
Claude Paroz
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2016-01-28
Fixed #26147 -- Relaxed expected values in GIS tests to account for database/...
Tim Graham
2015-12-30
Fixed #15165 -- Prevented wrong results with perimeter on geodetic fields.
Claude Paroz
2015-12-03
Fixed #25797 -- Fixed regex for getting units from SRS WKT.
Sergey Fedoseev
2015-11-07
Removed ability to pass a geometry string to GIS functions
Claude Paroz
2015-10-31
Fixed #25636 -- Dropped support for SpatiaLite < 3.0
Sergey Fedoseev
2015-10-09
Fixed #25499 -- Added the ability to pass an expression in distance lookups
Claude Paroz
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-04-24
Removed many HAS_GEOS conditional imports
Claude Paroz
2015-04-24
Lazy loading of GEOS functions
Claude Paroz
2015-04-22
Deprecated legacy GeoManager/GeoQuerySet methods
Claude Paroz
2015-04-22
Added MySQL support to GIS functions
Claude Paroz
2015-04-22
Added Spatialite support to GIS functions
Claude Paroz
2015-04-22
Fixed #24214 -- Added GIS functions to replace geoqueryset's methods
Claude Paroz
2015-04-18
Stopped conditional discovery of gis_tests apps
Claude Paroz
2015-04-16
Fixed gis_tests when run without GIS dependencies.
Tim Graham
2015-04-16
Fixed #24615 -- ordering by expression not part of SELECT
Anssi Kääriäinen
2015-02-11
Moved contrib.gis tests out of contrib.
Tim Graham