From 11cd46930e893a9cb28f7e05c7e221ed5d40f8e0 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 31 Aug 2017 08:00:47 -0400 Subject: [PATCH] Refs #28487 -- Forwardported 1.11.5 release note. --- docs/releases/1.11.5.txt | 3 +++ 1 file changed, 3 insertions(+) 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`).