summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/gis/forms-api.txt10
-rw-r--r--docs/releases/5.1.txt3
2 files changed, 3 insertions, 10 deletions
diff --git a/docs/ref/contrib/gis/forms-api.txt b/docs/ref/contrib/gis/forms-api.txt
index 11e1bc77f4..61308c5933 100644
--- a/docs/ref/contrib/gis/forms-api.txt
+++ b/docs/ref/contrib/gis/forms-api.txt
@@ -101,16 +101,6 @@ from other Django widget attributes.
The OpenGIS geometry type, generally set by the form field.
-.. attribute:: BaseGeometryWidget.map_height
-.. attribute:: BaseGeometryWidget.map_width
-
- Height and width of the widget map (default is 400x600).
-
- .. deprecated:: 4.2
-
- ``map_height`` and ``map_width`` attributes are deprecated, use CSS to
- size map widgets instead.
-
.. attribute:: BaseGeometryWidget.map_srid
SRID code used by the map (default is 4326).
diff --git a/docs/releases/5.1.txt b/docs/releases/5.1.txt
index d4510d30db..a1825a7954 100644
--- a/docs/releases/5.1.txt
+++ b/docs/releases/5.1.txt
@@ -267,3 +267,6 @@ to remove usage of these features.
support in historical migrations.
* The ``django.contrib.postgres.fields.CIText`` mixin is removed.
+
+* The ``map_width`` and ``map_height`` attributes of ``BaseGeometryWidget`` are
+ removed.