diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2020-05-28 10:26:41 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-06-01 09:29:03 +0200 |
| commit | 027840d7def56784b78ff0af656376043749200e (patch) | |
| tree | 38c4700d78353563f847a0f9b48beb6c4e497932 /docs | |
| parent | e33220ffd8ff59039890a1d9c35e3f4f7d96f3a8 (diff) | |
[2.2.x] Fixed #31570 -- Corrected translation loading for apps providing territorial language variants with different plural equations.
Regression in e3e48b00127c09eafe6439d980a82fc5c591b673.
Thanks to Shai Berger for report, reproduce and suggested fix.
Backport of dd1ca50b096bf0351819aabc862e91a9797ddaca from master.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.2.13.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/releases/2.2.13.txt b/docs/releases/2.2.13.txt index 450f7acdbf..cc0739e646 100644 --- a/docs/releases/2.2.13.txt +++ b/docs/releases/2.2.13.txt @@ -4,9 +4,12 @@ Django 2.2.13 release notes *Expected June 3, 2020* -Django 2.2.13 fixes two security issues and a bug in 2.2.12. +Django 2.2.13 fixes two security issues and a regression in 2.2.12. Bugfixes ======== -* ... +* Fixed a regression in Django 2.2.12 that affected translation loading for + apps providing translations for territorial language variants as well as a + generic language, where the project has different plural equations for the + language (:ticket:`31570`). |
