diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2021-05-04 11:01:33 +0200 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2021-05-04 11:01:33 +0200 |
| commit | 5a43cfe24533591a020ba4e730440bad81c478db (patch) | |
| tree | 08ad5688f6feb8f2dc17e3d0174989732ab014ad /docs/releases | |
| parent | 0b79eb36915d178aef5c6a7bbce71b1e76d376d3 (diff) | |
Added stub release notes for Django 3.2.2.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/3.2.2.txt | 12 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/releases/3.2.2.txt b/docs/releases/3.2.2.txt new file mode 100644 index 0000000000..47a541add0 --- /dev/null +++ b/docs/releases/3.2.2.txt @@ -0,0 +1,12 @@ +========================== +Django 3.2.2 release notes +========================== + +*Expected June 1, 2021* + +Django 3.2.2 fixes several bugs in 3.2.1. + +Bugfixes +======== + +* ... diff --git a/docs/releases/index.txt b/docs/releases/index.txt index 6421478c9c..c714ea95b4 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -32,6 +32,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 3.2.2 3.2.1 3.2 |
