diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2022-06-01 14:36:22 +0200 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2022-06-01 14:36:22 +0200 |
| commit | d5bc36203057627f6f7d0c6dc97b31adde6f4313 (patch) | |
| tree | 36ce4d3220808fc35656105c7692a06e84589379 /docs | |
| parent | 40bf34a92fe5e876197df161e13eca3902b8878c (diff) | |
Added stub release notes for 4.0.6.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.0.6.txt | 12 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/releases/4.0.6.txt b/docs/releases/4.0.6.txt new file mode 100644 index 0000000000..33781b4028 --- /dev/null +++ b/docs/releases/4.0.6.txt @@ -0,0 +1,12 @@ +========================== +Django 4.0.6 release notes +========================== + +*Expected July 4, 2022* + +Django 4.0.6 fixes several bugs in 4.0.5. + +Bugfixes +======== + +* ... diff --git a/docs/releases/index.txt b/docs/releases/index.txt index b1224ac096..c968c60050 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -40,6 +40,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 4.0.6 4.0.5 4.0.4 4.0.3 |
