summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2021-12-27 14:42:14 +0100
committerCarlton Gibson <carlton.gibson@noumenal.es>2021-12-28 10:09:49 +0100
commitb0aa0709a58b9523a7a0b78088bf81c23053eba0 (patch)
tree198be7009527409e820924eb2cb18bd84d1bf7b2
parentae242235db910a94ea476b7a3efacf8dbab31c4f (diff)
[3.2.x] Added stub release notes for 3.2.11, and 2.2.26 releases.
Backport of b13d920b7b56d3e088e35311f5ee54f25d2779af from main.
-rw-r--r--docs/releases/2.2.26.txt10
-rw-r--r--docs/releases/3.2.11.txt10
-rw-r--r--docs/releases/index.txt2
3 files changed, 22 insertions, 0 deletions
diff --git a/docs/releases/2.2.26.txt b/docs/releases/2.2.26.txt
new file mode 100644
index 0000000000..12e9923a19
--- /dev/null
+++ b/docs/releases/2.2.26.txt
@@ -0,0 +1,10 @@
+===========================
+Django 2.2.26 release notes
+===========================
+
+*January 4, 2022*
+
+Django 2.2.26 fixes one security issue with severity "medium" and two security
+issues with severity "low" in 2.2.25.
+
+...
diff --git a/docs/releases/3.2.11.txt b/docs/releases/3.2.11.txt
new file mode 100644
index 0000000000..b88f0f79ff
--- /dev/null
+++ b/docs/releases/3.2.11.txt
@@ -0,0 +1,10 @@
+===========================
+Django 3.2.11 release notes
+===========================
+
+*January 4, 2022*
+
+Django 3.2.11 fixes one security issue with severity "medium" and two security
+issues with severity "low" in 3.2.10.
+
+...
diff --git a/docs/releases/index.txt b/docs/releases/index.txt
index 72367546e9..fd6fdfc0dd 100644
--- a/docs/releases/index.txt
+++ b/docs/releases/index.txt
@@ -25,6 +25,7 @@ versions of the documentation contain the release notes for any later releases.
.. toctree::
:maxdepth: 1
+ 3.2.11
3.2.10
3.2.9
3.2.8
@@ -84,6 +85,7 @@ versions of the documentation contain the release notes for any later releases.
.. toctree::
:maxdepth: 1
+ 2.2.26
2.2.25
2.2.24
2.2.23