1
0
mirror of https://github.com/django/django.git synced 2025-03-12 18:30:48 +00:00

[1.6.x] Added release note for #21443

This commit is contained in:
Claude Paroz 2013-12-11 16:37:25 +01:00
parent b953b27a92
commit ebf55d32c1

View File

@ -53,3 +53,5 @@ Bug fixes
on every response, but rather only after a logout (#21473).
* Fixed a crash when executing ``runserver`` on non-English systems and when the
formatted date in its output contained non-ASCII characters (#21358).
* Fixed a crash in the debug view after an exception occurred on Python ≥ 3.3
(#21443).