[1.8.x] Fixed #23271 -- Fixed makemessages crash/test failure for some locales.

Backport of 57202a112a from master
This commit is contained in:
daphshez 2015-04-19 21:38:32 +03:00 committed by Tim Graham
parent 6b05d3a2e3
commit c45fd57f68
3 changed files with 15 additions and 10 deletions

View file

@ -78,6 +78,8 @@ Bugfixes
* Removed flushing of the test database with :djadminopt:`--keepdb`, which
prevented apps with data migrations from using the option (:ticket:`24729`).
* Fixed ``makemessages`` crash in some locales (:ticket:`23271`).
Optimizations
=============