diff options
| author | Claude Paroz <claude@2xlibre.net> | 2014-08-15 10:11:53 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2014-08-15 10:14:55 +0200 |
| commit | 12adcd505ebe8159cf4644cfa8d393b15ca9d5ea (patch) | |
| tree | f7c128f58887f8e59e2d6d46560f95dff84c86fb /docs | |
| parent | 4d2f9c38e835383fe42548353890ed4a302eaa58 (diff) | |
Complemented 1.6 release notes for 457c16d0d6
And accessorily added missing bits fixing #23293.
Forward port of 2cbafd814 from stable/1.7.x
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.6.6.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.6.6.txt b/docs/releases/1.6.6.txt index 3c1344e173..f3ff77dca0 100644 --- a/docs/releases/1.6.6.txt +++ b/docs/releases/1.6.6.txt @@ -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>`_). |
