diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-01-11 09:57:01 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-01-25 07:27:35 +0100 |
| commit | a7e89fe77683af562fa00143cd1af32e20425797 (patch) | |
| tree | 83a777c160efcb29058e2a2fa05864f3aac603c2 | |
| parent | 027f4c4ceb93c7f7b45fecf94b7db1defc5c4064 (diff) | |
[3.2.x] Added stub release notes for 3.2.12 and 2.2.27.
Backport of eeca9342381c8583be16f18942774e785ab7e527 from main.
| -rw-r--r-- | docs/releases/2.2.27.txt | 9 | ||||
| -rw-r--r-- | docs/releases/3.2.12.txt | 9 | ||||
| -rw-r--r-- | docs/releases/index.txt | 2 |
3 files changed, 20 insertions, 0 deletions
diff --git a/docs/releases/2.2.27.txt b/docs/releases/2.2.27.txt new file mode 100644 index 0000000000..a35082fa33 --- /dev/null +++ b/docs/releases/2.2.27.txt @@ -0,0 +1,9 @@ +=========================== +Django 2.2.27 release notes +=========================== + +*February 1, 2022* + +Django 2.2.27 fixes two security issues with severity "medium" in 2.2.26. + +... diff --git a/docs/releases/3.2.12.txt b/docs/releases/3.2.12.txt new file mode 100644 index 0000000000..8e4e9149fe --- /dev/null +++ b/docs/releases/3.2.12.txt @@ -0,0 +1,9 @@ +=========================== +Django 3.2.12 release notes +=========================== + +*February 1, 2022* + +Django 3.2.12 fixes two security issues with severity "medium" in 3.2.11. + +... diff --git a/docs/releases/index.txt b/docs/releases/index.txt index fd6fdfc0dd..2036f83024 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.12 3.2.11 3.2.10 3.2.9 @@ -85,6 +86,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 2.2.27 2.2.26 2.2.25 2.2.24 |
