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
2025-12-09
Added tests for MultiPointField, MultiLineStringField, and GeometryCollection...
Tim Graham
2025-11-25
Fixed #35783 -- Added NumDimensions GIS database function and __num_dimension...
David Smith
2025-10-15
Skipped GISFunctionsTests.test_geometry_type() test for MultiPoint on MariaDB...
Mariusz Felisiak
2025-10-15
Moved object creation to subTest() in GISFunctionsTests.test_geometry_type() ...
Mariusz Felisiak
2025-09-22
Refs #33783 -- Added IsEmpty GIS database function and __isempty lookup on Sp...
David Smith
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Refs #36500 -- Shortened some long docstrings and comments.
Mike Edmunds
2025-07-20
Fixed #28696 -- Added GeometryType GIS database function and __geom_type lookup.
Ahmed Ibrahim
2025-06-05
Added validation to BaseSpatialFeatures.has_<Func>_function.
Tim Graham
2025-02-23
Fixed #35705 -- Added Rotate GIS database function to rotate geometries.
enprava
2024-03-18
Refs #31014 -- Added srid argument to FromWKB/FromWKT() GIS functions.
Claude Paroz
2024-03-10
Applied BoundingCircle test to only one country.
Claude Paroz
2024-01-05
Fixed #35086 -- Added support for BoundedCircle on Spatialite 5.1+.
David Smith
2023-10-11
Refs #34882 -- Fixed GISFunctionsTests.test_asgeojson_option_0() test on Oracle.
Mariusz Felisiak
2023-10-06
Fixed #34882 -- Fixed no options in AsGeoJSON() for geometries in non-default...
Denis Rouzaud
2023-10-04
Fixed #34759 -- Confirmed support for SpatiaLite 5.1.
pieterck
2023-01-20
Fixed #34266 -- Added ClosestPoint GIS database functions.
Niccolò Mineo
2023-01-10
Refs #31014 -- Added FromWKB and FromWKT GIS database functions.
Mariusz Felisiak
2023-01-03
Fixed #33783 -- Added IsEmpty GIS database function and __isempty lookup on P...
Claude Paroz
2022-02-22
Removed redundant QuerySet.all() calls in docs and tests.
Nick Pope
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2021-04-08
Fixed #32575 -- Added support for SpatiaLite 5.
Claude Paroz
2021-04-07
Fixed #32544 -- Confirmed support for GDAL 3.2 and GEOS 3.9.
Claude Paroz
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
[next]