summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndriy Sokolovskiy <sokandpal@yandex.ru>2014-12-02 16:12:33 +0200
committerTim Graham <timograham@gmail.com>2014-12-02 12:02:18 -0500
commit2d0d6cadd41a132950e28fd08a99f72c085e0a42 (patch)
tree3e4873d0eeb0a7dee3a62bfc08afd243b1ef3d3d /docs
parentccc30ffe57e5f1e4dbda371b8a1d00c19a3150aa (diff)
[1.7.x] Fixed #23946 -- Fixed runserver crash when socket error contains Unicode chars.
Backport of bba545345f46f09245799f7ae0a22177a84eba71 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.2.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt
index 85ebd1a6dc..39e89a25d1 100644
--- a/docs/releases/1.7.2.txt
+++ b/docs/releases/1.7.2.txt
@@ -98,3 +98,6 @@ Bugfixes
* Fixed a regression in ``contrib.admin`` add/change views which caused some
``ModelAdmin`` methods to receive the incorrect ``obj`` value
(:ticket:`23934`).
+
+* Fixed ``runserver`` crash when socket error message contained Unicode
+ characters (:ticket:`23946`).