diff options
| author | Claude Paroz <claude@2xlibre.net> | 2013-08-30 10:48:36 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2013-09-02 13:34:26 +0200 |
| commit | 4e3794dd1fbc689dcbcc455f3458539d630a1ff3 (patch) | |
| tree | 28f631d7a4ed8cf4ce65b649a2659e54d1b2df6a /docs | |
| parent | 64383e8349daee3f14e3ad863f8a75b1c95a4e4a (diff) | |
[1.6.x] Fixed #20998 -- Allow custom (de)serialization for GIS widgets
Thanks Mathieu Leplatre for the report and the initial patch.
Backport of 102f26c92 from master.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/gis/forms-api.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ref/contrib/gis/forms-api.txt b/docs/ref/contrib/gis/forms-api.txt index d0c671958f..7fe04f6dec 100644 --- a/docs/ref/contrib/gis/forms-api.txt +++ b/docs/ref/contrib/gis/forms-api.txt @@ -114,11 +114,11 @@ from other Django widget attributes. SRID code used by the map (default is 4326). -.. attribute:: BaseGeometryWidget.display_wkt +.. attribute:: BaseGeometryWidget.display_raw - Boolean value specifying if a textarea input showing the WKT representation - of the current geometry is visible, mainly for debugging purposes (default - is ``False``). + Boolean value specifying if a textarea input showing the serialized + representation of the current geometry is visible, mainly for debugging + purposes (default is ``False``). .. attribute:: BaseGeometryWidget.supports_3d |
