mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Refs #33924 -- Removed BaseGeometryWidget.map_height/map_width attributes per deprecation timeline.
This commit is contained in:
parent
04eb1b4567
commit
7433237664
6 changed files with 5 additions and 52 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue