1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #9806 -- Allowed editing GeometryField with OpenLayersWidget

Thanks Paul Winkler for the initial patch.
This commit is contained in:
Claude Paroz
2013-03-09 16:01:33 +01:00
parent f3d1aebed1
commit e6f5b7eacd
4 changed files with 18 additions and 17 deletions

View File

@@ -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
=====================================