diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2020-03-10 12:01:01 +0100 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2020-03-10 12:03:05 +0100 |
| commit | 525274f79b183ab022675b2801cb26a9368fe1d3 (patch) | |
| tree | 9570b17c2e098ae40f42c09636a18eafeb1168d8 /docs | |
| parent | 6b41f07720be7c817a8023905a1f55d72f534327 (diff) | |
[3.0.x] Added stub release notes for 2.2.12.
Backport of a4200e958d1da46465d7d684674a1711bc9f65e0 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.2.12.txt | 12 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/releases/2.2.12.txt b/docs/releases/2.2.12.txt new file mode 100644 index 0000000000..ca443a72ab --- /dev/null +++ b/docs/releases/2.2.12.txt @@ -0,0 +1,12 @@ +=========================== +Django 2.2.12 release notes +=========================== + +*Expected April 1, 2020* + +Django 2.2.12 fixes several bugs in 2.2.11. + +Bugfixes +======== + +* ... diff --git a/docs/releases/index.txt b/docs/releases/index.txt index eadc4c0a55..6f0be2a789 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -37,6 +37,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 2.2.12 2.2.11 2.2.10 2.2.9 |
