1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

Fixed #27418 -- Fixed occasional missing plural forms in JavaScriptCatalog.

This commit is contained in:
Waldemar Kornewald
2016-12-09 15:07:25 +01:00
committed by Tim Graham
parent 1e629928e9
commit b24af2f405
8 changed files with 69 additions and 2 deletions

View File

@@ -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`).