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
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
2020-11-11
Added SpatialFeatures.unsupported_geojson_options.
Tim Graham
2020-11-06
Refs #31910 -- Fixed GeoQuerySetTest.test_geoagg_subquery() test on Oracle 18c.
Mariusz Felisiak
2020-11-04
Fixed #31910 -- Fixed crash of GIS aggregations over subqueries.
Simon Charette
2020-10-27
Removed unneeded @no_oracle skips.
Tim Graham
2020-10-27
Made OracleSpatialAdapter clone geometries rather than mutate them.
Tim Graham
2020-10-22
Replaced @no_oracle skips with DatabaseFeatures.allows_group_by_lob.
Tim Graham
2020-07-14
Refs #30446 -- Defined output_field of BoundingCircle() GIS database function.
Simon Charette
2020-04-15
Fixed #31459 -- Fixed handling invalid indentifiers in URL path conversion.
Adam Johnson
2020-03-10
Fixed typos in tolerance gis_tests.
Mariusz Felisiak
2020-03-05
Fixed GeoQuerySetTest.test_unionagg_tolerance() test on Oracle 18c.
Mariusz Felisiak
2020-03-04
Fixed CVE-2020-9402 -- Properly escaped tolerance parameter in GIS functions ...
Mariusz Felisiak
2020-02-10
Fixed #30846 -- Made PostGIS backend respect Index's name argument.
=Pratik Kumar
2020-02-10
Fixed #31248 -- Added missing space before USING SQL on PostGIS.
Hannes Ljungberg
2020-01-21
Fixed #31195 -- Relaxed GeometryDistance test for PROJ 5.2+.
Sergey Fedoseev
[next]