From 80a0016c49331bf0a14ef76e714acbff6c6640bd Mon Sep 17 00:00:00 2001 From: Mark Rogaski Date: Mon, 28 Aug 2017 12:40:27 -0400 Subject: [1.11.x] Fixed #28487 -- Fixed runserver crash with non-Unicode system encodings on Python 2 + Windows. --- docs/releases/1.11.5.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3