diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-04-01 08:37:19 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-04-04 10:51:06 +0200 |
| commit | 70035fb0444ae7c01613374212ca5e3c27c9782c (patch) | |
| tree | dc8654b1d3677442406a8ec6138ae89c38c7b4c5 | |
| parent | 7e7ea71a8da850e1178a758d073b1395d57f12ec (diff) | |
[3.2.x] Added stub release notes for 3.2.13 and 2.2.28.
Backport of 78277faafd38d8360efc1fd0c9c52d7bb5eec002 from main
| -rw-r--r-- | docs/releases/2.2.28.txt | 7 | ||||
| -rw-r--r-- | docs/releases/3.2.13.txt | 7 | ||||
| -rw-r--r-- | docs/releases/index.txt | 2 |
3 files changed, 16 insertions, 0 deletions
diff --git a/docs/releases/2.2.28.txt b/docs/releases/2.2.28.txt new file mode 100644 index 0000000000..0669e2d599 --- /dev/null +++ b/docs/releases/2.2.28.txt @@ -0,0 +1,7 @@ +=========================== +Django 2.2.28 release notes +=========================== + +*April 11, 2022* + +Django 2.2.28 fixes two security issues with severity "high" in 2.2.27. diff --git a/docs/releases/3.2.13.txt b/docs/releases/3.2.13.txt new file mode 100644 index 0000000000..53de2645c4 --- /dev/null +++ b/docs/releases/3.2.13.txt @@ -0,0 +1,7 @@ +=========================== +Django 3.2.13 release notes +=========================== + +*April 11, 2022* + +Django 3.2.13 fixes two security issues with severity "high" in 3.2.12. diff --git a/docs/releases/index.txt b/docs/releases/index.txt index 2036f83024..daeed0bc3c 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.13 3.2.12 3.2.11 3.2.10 @@ -86,6 +87,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 2.2.28 2.2.27 2.2.26 2.2.25 |
