You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update contrib.gis for Django 5.1
From django/django@08306ba:
* In `django.contrib.gis.gdal.prototypes.raster`, these were removed:
* `register_all`
* `get_driver`
* `get_driver_by_name`
* `get_driver_count`
* `get_driver_description`
* In `django.contrib.gis.gdal.prototypes.ds`, these were added:
* `GDAL_OF_READONLY`
* `GDAL_OF_UPDATE`
* `GDAL_OF_ALL`
* `GDAL_OF_RASTER`
* `GDAL_OF_VECTOR`
* `get_driver_description`
* `get_dataset_driver`
* In `django.contrib.gis.gdal.prototypes.ds`, these were removed:
* `get_driver_name`
* `release_ds`
From django/django@3f6d939:
* In `django.contrib.gis.gdal.geometries`, these were added:
- `LineString.m`
- `Point.m`
* In `django.contrib.gis.gdal.prototypes.geom`, these were added:
- `getm`
- `is_measured`
- `set_measured`
- `to_iso_wkb`
- `to_iso_wkt`
From django/django@cfacd69:
* In `django.contrib.gis.gdal.prototypes.geom`, these were added:
- `is_3d`
- `set_3d`
Co-authored-by: sobolevn <mail@sobolevn.me>
0 commit comments