diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-12-13 09:19:12 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-01-15 22:28:37 +0100 |
| commit | 4968f0012e7f97c613fcb71781c4e50874c31c15 (patch) | |
| tree | 126a058421cf6acc214fe5e8e65e0433e9c2d3eb /docs | |
| parent | d5fec03dad035e88494bf55194cbbbe4b20b5e5b (diff) | |
Refs #35058 -- Removed OGRGeometry.coord_dim setter per deprecation timeline.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/gis/gdal.txt | 9 | ||||
| -rw-r--r-- | docs/releases/6.0.txt | 2 |
2 files changed, 2 insertions, 9 deletions
diff --git a/docs/ref/contrib/gis/gdal.txt b/docs/ref/contrib/gis/gdal.txt index 1ec04d342f..b7e617cfec 100644 --- a/docs/ref/contrib/gis/gdal.txt +++ b/docs/ref/contrib/gis/gdal.txt @@ -551,15 +551,6 @@ coordinate transformation: >>> polygon.dimension 2 - .. attribute:: coord_dim - - Returns the coordinate dimension of this geometry. For example, the value - would be 2 for two-dimensional geometries. - - .. deprecated:: 5.1 - - The ``coord_dim`` setter is deprecated. Use :meth:`.set_3d` instead. - .. attribute:: is_3d A boolean indicating if this geometry has Z coordinates. diff --git a/docs/releases/6.0.txt b/docs/releases/6.0.txt index 38b0681624..39a81e60e3 100644 --- a/docs/releases/6.0.txt +++ b/docs/releases/6.0.txt @@ -312,3 +312,5 @@ to remove usage of these features. * Support for passing positional arguments to ``Model.save()`` and ``Model.asave()`` is removed. + +* The setter for ``django.contrib.gis.gdal.OGRGeometry.coord_dim`` is removed. |
