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

[1.7.x] Complemented 1.6 release notes for 457c16d0d6

And accessorily added missing bits fixing #23293.
This commit is contained in:
Claude Paroz
2014-08-15 10:11:53 +02:00
parent b5784048e0
commit 2cbafd814f
2 changed files with 7 additions and 3 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>`_).