diff --git a/docs/releases/2.2.24.txt b/docs/releases/2.2.24.txt index 29dca2d375..5b71d9939f 100644 --- a/docs/releases/2.2.24.txt +++ b/docs/releases/2.2.24.txt @@ -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. diff --git a/docs/releases/3.1.12.txt b/docs/releases/3.1.12.txt index 285c0b5b07..32fd96feb5 100644 --- a/docs/releases/3.1.12.txt +++ b/docs/releases/3.1.12.txt @@ -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. diff --git a/docs/releases/3.2.4.txt b/docs/releases/3.2.4.txt index b6f7593f2d..7aab5f8134 100644 --- a/docs/releases/3.2.4.txt +++ b/docs/releases/3.2.4.txt @@ -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`).