summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/gis/gdal.txt9
-rw-r--r--docs/releases/6.0.txt2
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.