summaryrefslogtreecommitdiff
path: root/docs/releases/2.2.13.txt
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2020-05-28 10:26:41 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-06-01 08:38:54 +0200
commitdd1ca50b096bf0351819aabc862e91a9797ddaca (patch)
tree51c8714214831e65770dde9ec85ac9f298485efd /docs/releases/2.2.13.txt
parentdf188824738ff5e54baf2d61f6a7dff51a20f068 (diff)
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.
Diffstat (limited to 'docs/releases/2.2.13.txt')
-rw-r--r--docs/releases/2.2.13.txt7
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`).