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
Age
Commit message (
Expand
)
Author
2026-02-10
Added various missing test skips observed on MongoDB.
Tim Graham
2025-12-28
Added some skips to GIS tests.
Tim Graham
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-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2025-07-23
Refs #36009 -- Adjusted gis_tests.geoapp.tests.GeoLookupTest.test_relate_look...
David Smith
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-12-11
Fixed #35989 -- Removed crs from GeoJSON serializer.
Jeremy Thompson
2024-10-24
Refs #35803 -- Added more tests for __coveredby and __covers GIS lookups.
Mariusz Felisiak
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-08-22
Removed unnecessary trailing commas in tests.
konsti
2023-08-04
Fixed #34686 -- Added support for GEOS 3.12.
Olivier Tabone
2023-03-02
Fixed #34374 -- Fixed GIS tests on Windows.
Heath Henley
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
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
2023-01-03
Fixed #23842 -- Fixed flaky GeoQuerySetTest.test_make_line() test.
Mariusz Felisiak
2022-10-08
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...
Gregor Gärtner
2022-07-08
Fixed #33718 -- Dropped support for MySQL 5.7.
Mariusz Felisiak
2022-06-21
Fixed #33794 -- Fixed string-casting of GIS queries on PostgreSQL.
Claude Paroz
2022-06-14
Fixed #33772 -- Added QuerySet.first()/last() error message on unordered quer...
Pablo Pissi
2022-06-01
Fixed #33742 -- Added id to GeoJSON serializer.
Samir Shah
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-05-14
Fixed #32721 -- Fixed migrations crash when adding namespaced spatial indexes...
snowman2
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-03-23
Refs #32353, Refs #32352 -- Fixed GIS tests with PROJ 7.X.
Mariusz Felisiak
2021-03-02
Refs #21429 -- Added SimpleTestCase.assertNoLogs() on Python < 3.10.
François Freitag
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
2021-01-02
Replaced DatabaseFeatures.supports_left_right_lookups with skipUnlessGISLookup.
Tim Graham
2020-12-14
Relaxed MemSize test for CockroachDB.
Tim Graham
2020-12-10
Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...
Hasan Ramezani
2020-11-30
Added SpatialFeatures.supports_tolerance_parameter.
Tim Graham
[next]