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:
committed by
Tim Graham
parent
0623f4dea4
commit
bba545345f
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user