1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #23946 -- Fixed runserver crash when socket error contains Unicode chars.

This commit is contained in:
Andriy Sokolovskiy
2014-12-02 16:12:33 +02:00
committed by Tim Graham
parent 0623f4dea4
commit bba545345f
2 changed files with 5 additions and 2 deletions

View File

@@ -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`).