Confirmed release date for Django 3.2.4, 3.1.12, and 2.2.24.

This commit is contained in:
Carlton Gibson 2021-06-02 10:19:19 +02:00
parent 1443b5e9ac
commit f66ae7a2d5
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
Django 2.2.24 release notes
===========================
*Expected June 2, 2021*
*June 2, 2021*
Django 2.2.24 fixes two security issues in 2.2.23.

View File

@ -2,7 +2,7 @@
Django 3.1.12 release notes
===========================
*Expected June 2, 2021*
*June 2, 2021*
Django 3.1.12 fixes two security issues in 3.1.11.

View File

@ -2,7 +2,7 @@
Django 3.2.4 release notes
==========================
*Expected June 2, 2021*
*June 2, 2021*
Django 3.2.4 fixes two security issues and several bugs in 3.2.3.
@ -22,7 +22,7 @@ Bugfixes
* Fixed a crash in Django 3.2 that could occur when running ``mod_wsgi`` with
the recommended settings while the Windows ``colorama`` library was installed
(:ticket:`32740`).
* Fixed a bug in Django 3.2 that would trigger the auto-reloader for template
changes when directory paths were specified with strings (:ticket:`32744`).