1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

[1.6.x] Fixed multi geometries editing in OpenLayers widget

Backport of 457c16d0d from master.
This commit is contained in:
Claude Paroz
2014-01-19 21:00:34 +01:00
parent 73cc96478b
commit f5e8376288
2 changed files with 9 additions and 5 deletions

View File

@@ -36,3 +36,7 @@ Bugfixes
* Prevented ``UnicodeDecodeError`` in ``runserver`` with non-UTF-8 and
non-English locale (`#23265 <https://code.djangoproject.com/ticket/23265>`_).
* Fixed JavaScript errors while editing multi-geometry objects in the OpenLayers
widget (`#23137 <https://code.djangoproject.com/ticket/23137>`_,
`#23293 <https://code.djangoproject.com/ticket/23293>`_).