1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/tests/gis_tests/gdal_tests
David Smith 21b0b23a67 Refs #35058 -- Made OGRGeomType aware of additional WKB geometry types.
This commit increases OGRGeomType's knowledge of WKB types and allows
for improved error messages when Django doesn't yet have a corresponding
class to wrap a given type.
2023-12-27 11:40:28 +01:00
..
__init__.py
test_driver.py Fixed #34411 -- Updated GDAL API to handle vector DataSource's. 2023-12-18 09:42:04 +01:00
test_ds.py
test_envelope.py
test_geom.py Refs #35058 -- Made OGRGeomType aware of additional WKB geometry types. 2023-12-27 11:40:28 +01:00
test_raster.py Fixed #34572 -- Added support for GDAL 3.7. 2023-06-30 06:03:08 +02:00
test_srs.py Fixed #35049 -- Dropped support for GDAL 2.4. 2023-12-20 21:44:11 +01:00
tests.py