diff options
| author | Claude Paroz <claude@2xlibre.net> | 2014-08-19 22:38:45 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2014-08-19 22:55:35 +0200 |
| commit | 9f9fdc4b0a33abfe3255302300ea1e3d1c33a3a0 (patch) | |
| tree | cf57c33f07179918a932e8291c9d8f56ec6dc4bf /docs | |
| parent | c0e49ef767e6fd7a4d77ab625e15383948ac250d (diff) | |
[1.6.x] Fixed #22996 -- Prevented crash with unencoded query string
Thanks Jorge Carleitao for the report and Aymeric Augustin, Tim Graham
for the reviews.
Backport of fa02120d36 from master.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.6.6.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.6.6.txt b/docs/releases/1.6.6.txt index f3ff77dca0..f98aaa4176 100644 --- a/docs/releases/1.6.6.txt +++ b/docs/releases/1.6.6.txt @@ -40,3 +40,6 @@ Bugfixes * 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>`_). + +* Prevented a crash on Python 3 with query strings containing unencoded + non-ASCII characters (`#22996 <http://code.djangoproject.com/ticket/22996>`_). |
