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:27:28 -0400
commit57202a112a966593857725071ecd652a87c157fb (patch)
tree656e4f7b547fa6ad6a9215de991085c7d7f09715 /docs
parentbe66173ad7ea2b55d78cd76013516f41754547f4 (diff)
Fixed #23271 -- Fixed makemessages crash/test failure for some locales.
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
=============