diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2021-08-02 08:41:29 +0200 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2021-08-02 08:41:29 +0200 |
| commit | 947bdec60cd7f63dc1573578137747893d673700 (patch) | |
| tree | b486ce7029caa309b66910d01648aa3e253a90a2 /docs | |
| parent | 4114531cb763f7cf226d3904d3693af4dc634947 (diff) | |
Added stub release notes for Django 3.2.7.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.2.7.txt | 12 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/releases/3.2.7.txt b/docs/releases/3.2.7.txt new file mode 100644 index 0000000000..0219460649 --- /dev/null +++ b/docs/releases/3.2.7.txt @@ -0,0 +1,12 @@ +========================== +Django 3.2.7 release notes +========================== + +*Expected September 1, 2021* + +Django 3.2.7 fixes several bugs in 3.2.6. + +Bugfixes +======== + +* ... diff --git a/docs/releases/index.txt b/docs/releases/index.txt index 51ca134d10..b6e83c2a17 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.7 3.2.6 3.2.5 3.2.4 |
