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
/
geoapp
/
test_functions.py
Age
Commit message (
Expand
)
Author
2021-01-13
Removed redundant database vendor helpers in gis_tests/utils.py.
Tim Graham
2021-01-13
Added SpatialFeatures.empty_intersection_returns_none.
Tim Graham
2020-12-14
Relaxed MemSize test for CockroachDB.
Tim Graham
2020-11-11
Added SpatialFeatures.unsupported_geojson_options.
Tim Graham
2020-07-14
Refs #30446 -- Defined output_field of BoundingCircle() GIS database function.
Simon Charette
2020-01-21
Fixed #31195 -- Relaxed GeometryDistance test for PROJ 5.2+.
Sergey Fedoseev
2020-01-20
Fixed #31142 -- Fixed MakeValid.output_field when geometry type is changed.
Sergey Fedoseev
2019-11-22
Fixed #30996 -- Added AsWKB and AsWKT GIS functions.
Sergey Fedoseev
2019-11-18
Fixed #30994 -- Added Oracle support for AsGeoJSON GIS function.
Sergey Fedoseev
2019-10-18
Added gis_tests.utils.mariadb hook.
Mariusz Felisiak
2019-06-12
Simplified GISFunctionsTests.test_point_on_surface().
Mariusz Felisiak
2019-06-12
Added missing support for PointOnSurface function on MariaDB.
Mariusz Felisiak
2019-06-12
Removed obsolete comment from GISFunctionsTests.test_asgeojson().
Mariusz Felisiak
2019-06-12
Fixed GISFunctionsTests.test_asgeojson() crash on MariaDB 10.2+.
Mariusz Felisiak
2019-03-20
Fixed #28738 -- Added the GeometryDistance function.
Francisco Couzo
2019-03-03
Reverted "Fixed relative paths imports per isort 4.3.5."
Mariusz Felisiak
2019-02-25
Fixed relative paths imports per isort 4.3.5.
Mariusz Felisiak
2019-01-17
Refs #28841 -- Removed ForceRHR function per deprecation timeline.
Tim Graham
2019-01-02
Used 4 space hanging indent for dictionaries.
Tim Graham
2018-06-20
Made test for GIS Envelope function more strict.
Sergey Fedoseev
2017-12-27
Fixed #28841 -- Added ForcePolygonCW GIS function and deprecated ForceRHR.
Sergey Fedoseev
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-09-09
Fixed capitalization of "Spherical Mercator."
Sergey Fedoseev
2017-08-24
Fixed #28518 -- Improved performance of loading geometries from DB.
Sergey Fedoseev
2017-07-11
Fixed #28383 -- Made NumPoints GIS function return None for non-LINESTRING ge...
Sergey Fedoseev
2017-06-26
Fixed #27964 -- Made MySQL backend raise exception if spatial transformation ...
Sergey Fedoseev
2017-05-04
Made runtests.py run gis_tests only when using a GIS database backend.
Tim Graham
2017-04-02
Fixed #11854 -- Added Azimuth GIS function. (#8286)
Sergey Fedoseev
2017-04-01
Fixed #12410 -- Added LineLocatePoint GIS function.
Sergey Fedoseev
2017-04-01
Fixed #26967 -- Added MySQL support for AsGeoJSON, GeoHash, IsValid functions...
Sergey Fedoseev
2017-04-01
Fixed #25605 -- Made GIS DB functions accept geometric expressions, not only ...
Sergey Fedoseev
2017-03-23
Fixed #27962 -- Allowed lookups on Area annotations.
Sergey Fedoseev
2017-03-23
Fixed #27603 -- Fixed AsKML when queryset is evaluated more than once.
Sergey Fedoseev
2017-03-16
Removed GeoQuerySet leftovers.
Sergey Fedoseev
2017-01-28
Fixed #27788 -- Dropped support for Oracle < 12.1.
Tim Graham
2017-01-18
Refs #23919 -- Removed six.<various>_types 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
2016-12-17
Removed unneeded SpatiaLite workarounds in GIS tests.
Sergey Fedoseev
2016-12-17
Used assertJSONEqual() in GISFunctionsTests.test_asgeojson().
Sergey Fedoseev
2016-12-16
Made NumPoints raise TypeError on MySQL when it's used on fields besides Line...
Sergey Fedoseev
2016-12-15
Fixed #27602 -- Added Oracle support for BoundingCircle GIS function.
Sergey Fedoseev
2016-12-15
Fixed #27607 -- Added Oracle support for AsGML GIS function.
Sergey Fedoseev
2016-12-15
Improved testing of num_seg kwarg of BoundingCircle GIS function.
Sergey Fedoseev
2016-11-30
Simplified union GIS tests with equals() rather than equals_exact().
Sergey Fedoseev
2016-11-23
Fixed #26920 -- Made GEOSGeometry equality check consider the srid
Jackie Leng
2016-09-30
Confirmed support for PostGIS 2.3.
Tim Graham
2016-08-09
Unified SpatiaLite spelling
Claude Paroz
2016-07-28
Refs #26657 -- Fixed a crash induced by invalid WKT returned by MySQL 5.7.5+.
Sergey Fedoseev
[next]