Fixed #23265 -- Used system-specific encoding in runserver

Thanks SpaceFox for the report.
This commit is contained in:
Claude Paroz 2014-08-14 11:56:25 +02:00
parent b42e5ca058
commit 055d95fce0
2 changed files with 5 additions and 1 deletions

View file

@ -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>`_).