diff options
| author | Waldemar Kornewald <wkornewald@gmail.com> | 2016-12-09 15:07:25 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-12-14 18:20:30 -0500 |
| commit | b24af2f40508bc0d8aa0cef264e51c537ffb92bd (patch) | |
| tree | 8f83dc6415c000f59fcd80fcd56fd975369bde98 /docs | |
| parent | 1e629928e9257da5ec37a65784c0f68889d3edf4 (diff) | |
Fixed #27418 -- Fixed occasional missing plural forms in JavaScriptCatalog.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.10.5.txt | 3 |
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`). |
