diff options
| author | Mark Rogaski <mrogaski@pobox.com> | 2017-08-28 12:40:27 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-08-31 07:33:01 -0400 |
| commit | 80a0016c49331bf0a14ef76e714acbff6c6640bd (patch) | |
| tree | 3bb54b3aada8e44f5e13874c100b22a4ebac4158 /docs | |
| parent | 046b8c80ce76ed1d410910aa92f67c405b8a15ba (diff) | |
[1.11.x] Fixed #28487 -- Fixed runserver crash with non-Unicode system encodings on Python 2 + Windows.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.5.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.11.5.txt b/docs/releases/1.11.5.txt index 92fa8820a0..91620eb740 100644 --- a/docs/releases/1.11.5.txt +++ b/docs/releases/1.11.5.txt @@ -32,3 +32,6 @@ Bugfixes * Fixed a regression where ``SelectDateWidget`` localized the years in the select box (:ticket:`28530`). + +* Fixed a regression in 1.11.4 where ``runserver`` crashed with non-Unicode + system encodings on Python 2 + Windows (:ticket:`28487`). |
