[1.6.x] Added release note for #21358

This commit is contained in:
Claude Paroz 2013-12-11 16:13:09 +01:00
parent 3f9d00e591
commit b953b27a92
1 changed files with 2 additions and 0 deletions

View File

@ -51,3 +51,5 @@ Bug fixes
(#21510).
* The current language is no longer saved to the session by ``LocaleMiddleware``
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).