index
:
django.git
fix-31295
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
Age
Commit message (
Expand
)
Author
2026-02-03
[5.2.x] Fixed CVE-2026-1207 -- Prevented SQL injections in RasterField lookup...
Jacob Walls
2025-10-20
[5.2.x] Fixed RelatedGeoModelTest.test_related_union_aggregate() test on Orac...
Mariusz Felisiak
2025-09-18
[5.2.x] Fixed OGRInspectTest.test_time_field with memory Spatialite database.
David Smith
2025-04-04
[5.2.x] Fixed #36289 -- Fixed bulk_create() crash with nullable geometry fiel...
Simon Charette
2025-03-01
[5.2.x] Applied Black's 2025 stable style.
Mariusz Felisiak
2024-12-11
Fixed #35989 -- Removed crs from GeoJSON serializer.
Jeremy Thompson
2024-11-04
Fixed #35883 -- Confirmed support for GDAL 3.9.
David Smith
2024-10-24
Refs #35803 -- Added more tests for __coveredby and __covers GIS lookups.
Mariusz Felisiak
2024-10-22
Refs #34406 -- Added support for GDAL curved geometries.
David Smith
2024-10-17
Fixed #35841 -- Restored support for DB-IP databases in GeoIP2.
Nick Pope
2024-10-17
Refs #35841 -- Adjusted GeoIP2 tests for easier test case extension.
Nick Pope
2024-10-17
Refs #35841 -- Updated GeoIP2 test database files.
Nick Pope
2024-09-19
Fixed #35074 -- Fixed adding/removing indexes when spatial_index is changed o...
Mariusz Felisiak
2024-08-28
Fixed #35666 -- Documented stacklevel usage and testing, and adjusted test su...
Simon Charette
2024-06-20
Refs #35074 -- Avoided failed attempts to remove spatial indexes on nullable ...
Mariusz Felisiak
2024-06-18
Simplified OperationTestCase.alter_gis_model() test hook a bit.
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-03-07
Fixed typos in docstrings and docs.
cuinix
2024-03-01
Refs #35234 -- Deprecated CheckConstraint.check in favor of .condition.
Simon Charette
2024-02-12
Refs #35058 -- Added support for measured geometries to GDAL GeometryCollecti...
David Smith
2024-01-31
Refs #35058 -- Added support for measured geometries to GDAL Polygon.
David Smith
2024-01-29
Refs #35058 -- Added support for measured geometries to GDAL LineString.
David Smith
2024-01-28
Refs #35058 -- Made centroid available on all geometry types.
David Smith
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2024-01-25
Refs #35058 -- Added support for measured geometries to GDAL Point.
David Smith
2024-01-23
Refs #35058 -- Deprecated OGRGeometry.coord_dim setter.
David Smith
2024-01-22
Added more WKT and WKB tests.
David Smith
2024-01-18
Refs #35058 -- Added is_3d and set_3d() to OGRGeometry.
David Smith
2024-01-16
Fixed #35117 -- Added support for the hectare unit in Area.
Alexis Athlani
2024-01-11
Fixed #35100 -- Reworked GeoIP2 database initialization.
Nick Pope
2024-01-10
Fixed #35092 -- Exposed extra fields for GeoIP2.country() and GeoIP2.city() r...
Nick Pope
2024-01-07
Fixed #35091 -- Allowed GeoIP2 querying using IPv4Address/IPv6Address.
Nick Pope
2024-01-05
Fixed #35086 -- Added support for BoundedCircle on Spatialite 5.1+.
David Smith
2023-12-31
Used addCleanup() in tests where appropriate.
Mariusz Felisiak
2023-12-27
Refs #35058 -- Made OGRGeomType aware of additional WKB geometry types.
David Smith
2023-12-26
Refs #35058 -- Added __repr__() to OGRGeomType.
David Smith
2023-12-20
Fixed #35049 -- Dropped support for GDAL 2.4.
David Smith
2023-12-18
Fixed #34411 -- Updated GDAL API to handle vector DataSource's.
Claude Paroz
2023-12-12
Fixed #34305 -- Changed GeoIP2 tests to use MaxMind test databases.
Nick Pope
2023-12-05
Deprecated django.contrib.gis.geoip2.GeoIP2.open().
Nick Pope
2023-12-01
Made GeoIP2.__del__() close all databases.
Nick Pope
2023-12-01
Deprecated django.contrib.gis.geoip2.GeoIP2.coords().
Nick Pope
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-09-20
Fixed #34851 -- Dropped support for PostgreSQL 12 and PostGIS 2.5.
Mariusz Felisiak
2023-09-18
Refs #33924 -- Removed BaseGeometryWidget.map_height/map_width attributes per...
Mariusz Felisiak
2023-08-22
Removed unnecessary trailing commas in tests.
konsti
2023-08-05
Fixed #34739 -- Added GEOSGeometry.equals_identical() method.
Olivier Tabone
[next]