diff options
| author | Claude Paroz <claude@2xlibre.net> | 2014-08-14 11:56:25 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2014-08-14 12:09:22 +0200 |
| commit | 63ccf64079f833ff93a3fe9d158df2ec99015147 (patch) | |
| tree | 9bfa0f274833075fc58731c34ec93e2faabb2343 /docs | |
| parent | 46edcd621e3092bcbf5817f98d7ff2ae86266f0e (diff) | |
[1.7.x] Fixed #23265 -- Used system-specific encoding in runserver
Thanks SpaceFox for the report.
Backport of 055d95fce066 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 92c330dbca..3c1344e173 100644 --- a/docs/releases/1.6.6.txt +++ b/docs/releases/1.6.6.txt @@ -33,3 +33,6 @@ Bugfixes * Restored bug fix for sending unicode email with Python 2.6.5 and below (`#19107 <https://code.djangoproject.com/ticket/19107>`_). + +* Prevented ``UnicodeDecodeError`` in ``runserver`` with non-UTF-8 and + non-English locale (`#23265 <https://code.djangoproject.com/ticket/23265>`_). |
