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:40:30 +0200 |
| commit | 0fb0355271518a291584fdbbc3b1f400117d704d (patch) | |
| tree | 652a893a6f79102c7606f76b77416aaa73f23af4 /docs | |
| parent | b73abed2eab046fb1b3efb5e1aa77ae7a8aa0a1c (diff) | |
[4.1.x] Added stub release notes for 4.0.6.
Backport of d5bc36203057627f6f7d0c6dc97b31adde6f4313 from main
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 fa407a2721..db11a3b02a 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 + 4.0.6 4.0.5 4.0.4 4.0.3 |
