diff options
| author | Andriy Sokolovskiy <sokandpal@yandex.ru> | 2014-12-02 16:12:33 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-12-02 12:01:51 -0500 |
| commit | bba545345f46f09245799f7ae0a22177a84eba71 (patch) | |
| tree | f874953629a9e4ac66524abd8b8d875d445d26bf /docs | |
| parent | 0623f4dea46eefba46efde6c6528f7d813ef4391 (diff) | |
Fixed #23946 -- Fixed runserver crash when socket error contains Unicode chars.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.2.txt | 3 |
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`). |
