diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2021-05-25 10:38:20 +0200 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2021-05-26 10:21:53 +0200 |
| commit | f163ad5c638f79d3fd0e76bed0e15e6928fae1f5 (patch) | |
| tree | 2f20ef6b5202a123e6b4619489a99e486b861fa2 | |
| parent | bed1755bc596b8c83351471e4276386b2e6643c0 (diff) | |
[2.2.x] Added stub release notes and date for Django 2.2.24.
Backport of b46dbd4e3e255223078ae0028934ea986e19ebc1 from main
| -rw-r--r-- | docs/releases/2.2.24.txt | 9 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/docs/releases/2.2.24.txt b/docs/releases/2.2.24.txt new file mode 100644 index 0000000000..29dca2d375 --- /dev/null +++ b/docs/releases/2.2.24.txt @@ -0,0 +1,9 @@ +=========================== +Django 2.2.24 release notes +=========================== + +*Expected June 2, 2021* + +Django 2.2.24 fixes two security issues in 2.2.23. + +... diff --git a/docs/releases/index.txt b/docs/releases/index.txt index 53cc50b419..38bb561b9c 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 + 2.2.24 2.2.23 2.2.22 2.2.21 |
