django/docs/releases/2.2.13.txt
Carlton Gibson dd1ca50b09 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.
2020-06-01 08:38:54 +02:00

16 lines
458 B
Plaintext

===========================
Django 2.2.13 release notes
===========================
*Expected June 3, 2020*
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`).