summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-08-31 08:00:47 -0400
committerTim Graham <timograham@gmail.com>2017-08-31 08:00:47 -0400
commit11cd46930e893a9cb28f7e05c7e221ed5d40f8e0 (patch)
tree41b513b89698afc5b593a8d8c02d6b6de2625238 /docs
parentab3e3658cc67debaf90b747fd24ecd1d49b31bf3 (diff)
Refs #28487 -- Forwardported 1.11.5 release note.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.5.txt3
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`).