summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2013-03-09 16:01:33 +0100
committerClaude Paroz <claude@2xlibre.net>2013-03-09 16:10:28 +0100
commite6f5b7eacd32afb892c486a5b0994f7f11170868 (patch)
tree77b45033c8a29c3489db590d5c1d215ae3922874 /docs
parentf3d1aebed1f72fc150e03aba18cc5bc56de6f5c4 (diff)
Fixed #9806 -- Allowed editing GeometryField with OpenLayersWidget
Thanks Paul Winkler for the initial patch.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.6.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt
index c8012ab7c2..dd7a9a463e 100644
--- a/docs/releases/1.6.txt
+++ b/docs/releases/1.6.txt
@@ -134,6 +134,9 @@ Minor features
* SimpleLazyObjects will now present more helpful representations in shell
debugging situations.
+* Generic :class:`~django.contrib.gis.db.models.GeometryField` is now editable
+ with the OpenLayers widget in the admin.
+
Backwards incompatible changes in 1.6
=====================================