summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWaldemar Kornewald <wkornewald@gmail.com>2016-12-09 15:07:25 +0100
committerTim Graham <timograham@gmail.com>2016-12-14 18:39:35 -0500
commit0d8cdb5bc4513e959cf13fd96b21489e9045aa74 (patch)
treef3cd247337f100b940880a13b2f094124a06fa45 /docs
parent14fe184e17f7e56e80fff884860090ad72c3c25d (diff)
[1.10.x] Fixed #27418 -- Fixed occasional missing plural forms in JavaScriptCatalog.
Backport of b24af2f40508bc0d8aa0cef264e51c537ffb92bd from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.10.5.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.10.5.txt b/docs/releases/1.10.5.txt
index ac9270c3c0..381f956bc8 100644
--- a/docs/releases/1.10.5.txt
+++ b/docs/releases/1.10.5.txt
@@ -11,3 +11,6 @@ Bugfixes
* Fixed a crash in the debug view if ``request.user`` can't be retrieved, such
as if the database is unavailable (:ticket:`27567`).
+
+* Fixed occasional missing plural forms in ``JavaScriptCatalog``
+ (:ticket:`27418`).