diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-09-14 06:04:12 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-09-18 22:12:40 +0200 |
| commit | 7433237664e9a942d6584b4e70fd6a5174cf8f39 (patch) | |
| tree | c49b8f77204f2fa3e23272b19040a71d3a7f2cfc /docs/ref | |
| parent | 04eb1b4567c96ccb167c16a95ca12c336b0c791b (diff) | |
Refs #33924 -- Removed BaseGeometryWidget.map_height/map_width attributes per deprecation timeline.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/gis/forms-api.txt | 10 |
1 files changed, 0 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). |
