diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-05-13 09:42:26 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-05-13 09:42:26 +0200 |
| commit | 820408d842a07202a80e6ef7f7a57ec6258d88e6 (patch) | |
| tree | b277cf3e31462746e0d2af58be0128244a8cfc53 /docs | |
| parent | b55699968fc9ee985384c64e37f6cc74a0a23683 (diff) | |
Added stub release notes for Django 3.2.4.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.2.4.txt | 12 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/releases/3.2.4.txt b/docs/releases/3.2.4.txt new file mode 100644 index 0000000000..4ff28f9d72 --- /dev/null +++ b/docs/releases/3.2.4.txt @@ -0,0 +1,12 @@ +========================== +Django 3.2.4 release notes +========================== + +*Expected June 1, 2021* + +Django 3.2.4 fixes several bugs in 3.2.3. + +Bugfixes +======== + +* ... diff --git a/docs/releases/index.txt b/docs/releases/index.txt index e68df1ece1..b04524a0a0 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.4 3.2.3 3.2.2 3.2.1 |
