From 4e3794dd1fbc689dcbcc455f3458539d630a1ff3 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Fri, 30 Aug 2013 10:48:36 +0200 Subject: [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. --- docs/ref/contrib/gis/forms-api.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') 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 -- cgit v1.3