summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Rogaski <mrogaski@pobox.com>2017-07-12 00:59:46 -0400
committerTim Graham <timograham@gmail.com>2017-07-13 13:12:29 -0400
commitfc6b90bdb7a9531e988245942f79518308616b7b (patch)
tree0870ffd6796536b3a6c824b3e7c23650e81dac16 /docs
parent30f334cc58e939c7d9bd8455c80bd066fbde9f2b (diff)
[1.11.x] Fixed #28174 -- Fixed crash in runserver's autoreload with Python 2 on Windows with non-str environment variables.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.4.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.11.4.txt b/docs/releases/1.11.4.txt
index 2cd093335e..9448611ecc 100644
--- a/docs/releases/1.11.4.txt
+++ b/docs/releases/1.11.4.txt
@@ -18,3 +18,6 @@ Bugfixes
* Fixed a regression in pickling of ``LazyObject`` on Python 2 when the wrapped
object doesn't have ``__reduce__()`` (:ticket:`28389`).
+
+* Fixed crash in ``runserver``'s ``autoreload`` with Python 2 on Windows with
+ non-``str`` environment variables (:ticket:`28174`).