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

Fixed #23271 -- Fixed makemessages crash/test failure for some locales.

This commit is contained in:
daphshez
2015-04-19 21:38:32 +03:00
committed by Tim Graham
parent be66173ad7
commit 57202a112a
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
=============