2020-05-14 12:22:54 +08:00
|
|
|
===========================
|
|
|
|
Django 2.2.13 release notes
|
|
|
|
===========================
|
|
|
|
|
2020-06-03 15:13:16 +08:00
|
|
|
*June 3, 2020*
|
2020-05-14 12:22:54 +08:00
|
|
|
|
2020-05-28 16:26:41 +08:00
|
|
|
Django 2.2.13 fixes two security issues and a regression in 2.2.12.
|
2020-05-14 12:22:54 +08:00
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2020-05-28 16:26:41 +08:00
|
|
|
* 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`).
|
2020-06-02 20:32:43 +08:00
|
|
|
|
|
|
|
* Tracking a jQuery security release, upgraded the version of jQuery used by
|
|
|
|
the admin from 3.3.1 to 3.5.1.
|