summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authordaphshez <daphna@shezaf.com>2015-04-19 21:38:32 +0300
committerTim Graham <timograham@gmail.com>2015-05-01 10:30:19 -0400
commitc45fd57f682499af0e72f163b87b261dfaf0fbbc (patch)
tree7e5e3e61db7f28451de57aa6f1ac90944c8224eb /docs
parent6b05d3a2e34229bf97e0a0dad81c09fa572591ff (diff)
[1.8.x] Fixed #23271 -- Fixed makemessages crash/test failure for some locales.
Backport of 57202a112a966593857725071ecd652a87c157fb from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.1.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.8.1.txt b/docs/releases/1.8.1.txt
index 31e66d8c1a..39277b8f2f 100644
--- a/docs/releases/1.8.1.txt
+++ b/docs/releases/1.8.1.txt
@@ -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
=============