summaryrefslogtreecommitdiff
path: root/tests/gis_tests
AgeCommit 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-11Fixed #35989 -- Removed crs from GeoJSON serializer.Jeremy Thompson
2024-11-04Fixed #35883 -- Confirmed support for GDAL 3.9.David Smith
2024-10-24Refs #35803 -- Added more tests for __coveredby and __covers GIS lookups.Mariusz Felisiak
2024-10-22Refs #34406 -- Added support for GDAL curved geometries.David Smith
2024-10-17Fixed #35841 -- Restored support for DB-IP databases in GeoIP2.Nick Pope
2024-10-17Refs #35841 -- Adjusted GeoIP2 tests for easier test case extension.Nick Pope
2024-10-17Refs #35841 -- Updated GeoIP2 test database files.Nick Pope
2024-09-19Fixed #35074 -- Fixed adding/removing indexes when spatial_index is changed o...Mariusz Felisiak
2024-08-28Fixed #35666 -- Documented stacklevel usage and testing, and adjusted test su...Simon Charette
2024-06-20Refs #35074 -- Avoided failed attempts to remove spatial indexes on nullable ...Mariusz Felisiak
2024-06-18Simplified OperationTestCase.alter_gis_model() test hook a bit.Mariusz Felisiak
2024-03-18Refs #31014 -- Added srid argument to FromWKB/FromWKT() GIS functions.Claude Paroz
2024-03-10Applied BoundingCircle test to only one country.Claude Paroz
2024-03-07Fixed typos in docstrings and docs.cuinix
2024-03-01Refs #35234 -- Deprecated CheckConstraint.check in favor of .condition.Simon Charette
2024-02-12Refs #35058 -- Added support for measured geometries to GDAL GeometryCollecti...David Smith
2024-01-31Refs #35058 -- Added support for measured geometries to GDAL Polygon.David Smith
2024-01-29Refs #35058 -- Added support for measured geometries to GDAL LineString.David Smith
2024-01-28Refs #35058 -- Made centroid available on all geometry types.David Smith
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2024-01-25Refs #35058 -- Added support for measured geometries to GDAL Point.David Smith
2024-01-23Refs #35058 -- Deprecated OGRGeometry.coord_dim setter.David Smith
2024-01-22Added more WKT and WKB tests.David Smith
2024-01-18Refs #35058 -- Added is_3d and set_3d() to OGRGeometry.David Smith
2024-01-16Fixed #35117 -- Added support for the hectare unit in Area.Alexis Athlani
2024-01-11Fixed #35100 -- Reworked GeoIP2 database initialization.Nick Pope
2024-01-10Fixed #35092 -- Exposed extra fields for GeoIP2.country() and GeoIP2.city() r...Nick Pope
2024-01-07Fixed #35091 -- Allowed GeoIP2 querying using IPv4Address/IPv6Address.Nick Pope
2024-01-05Fixed #35086 -- Added support for BoundedCircle on Spatialite 5.1+.David Smith
2023-12-31Used addCleanup() in tests where appropriate.Mariusz Felisiak
2023-12-27Refs #35058 -- Made OGRGeomType aware of additional WKB geometry types.David Smith
2023-12-26Refs #35058 -- Added __repr__() to OGRGeomType.David Smith
2023-12-20Fixed #35049 -- Dropped support for GDAL 2.4.David Smith
2023-12-18Fixed #34411 -- Updated GDAL API to handle vector DataSource's.Claude Paroz
2023-12-12Fixed #34305 -- Changed GeoIP2 tests to use MaxMind test databases.Nick Pope
2023-12-05Deprecated django.contrib.gis.geoip2.GeoIP2.open().Nick Pope
2023-12-01Made GeoIP2.__del__() close all databases.Nick Pope
2023-12-01Deprecated django.contrib.gis.geoip2.GeoIP2.coords().Nick Pope
2023-10-11Refs #34882 -- Fixed GISFunctionsTests.test_asgeojson_option_0() test on Oracle.Mariusz Felisiak
2023-10-06Fixed #34882 -- Fixed no options in AsGeoJSON() for geometries in non-default...Denis Rouzaud
2023-10-04Fixed #34759 -- Confirmed support for SpatiaLite 5.1.pieterck
2023-09-20Fixed #34851 -- Dropped support for PostgreSQL 12 and PostGIS 2.5.Mariusz Felisiak
2023-09-18Refs #33924 -- Removed BaseGeometryWidget.map_height/map_width attributes per...Mariusz Felisiak
2023-08-22Removed unnecessary trailing commas in tests.konsti
2023-08-05Fixed #34739 -- Added GEOSGeometry.equals_identical() method.Olivier Tabone