summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2021-06-02 10:19:19 +0200
committerCarlton Gibson <carlton.gibson@noumenal.es>2021-06-02 10:20:17 +0200
commitaed140955809bc850e3b73628800727a5eaf1a33 (patch)
tree6c8a9b2aa1639d6b07a4b6fa6edeb1e2a91dfe9e
parentbf08609501a2334d5a4dfc18b913585dd0f20096 (diff)
[3.2.x] Confirmed release date for Django 3.2.4, 3.1.12, and 2.2.24.
Backport of f66ae7a2d5558fe88ddfe639a610573872be6628 from main
-rw-r--r--docs/releases/2.2.24.txt2
-rw-r--r--docs/releases/3.1.12.txt2
-rw-r--r--docs/releases/3.2.4.txt4
3 files changed, 4 insertions, 4 deletions
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`).