mirror of
https://github.com/django/django.git
synced 2025-10-05 00:00:37 +00:00
[1.8.x] Fixed #23271 -- Fixed makemessages crash/test failure for some locales.
Backport of 57202a112a
from master
This commit is contained in:
parent
6b05d3a2e3
commit
c45fd57f68
3 changed files with 15 additions and 10 deletions
|
@ -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
|
||||
=============
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue