mirror of
https://github.com/django/django.git
synced 2025-08-02 10:02:41 +00:00
Fixed #23265 -- Used system-specific encoding in runserver
Thanks SpaceFox for the report.
This commit is contained in:
parent
b42e5ca058
commit
055d95fce0
2 changed files with 5 additions and 1 deletions
|
@ -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>`_).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue