diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2020-02-03 10:23:54 +0100 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2020-02-03 10:24:15 +0100 |
| commit | 8aaa7a2960c7d82c7d2c5e1598a2fea65ed6f092 (patch) | |
| tree | 207d275c1f4dd2ae2934180868857c6f45445809 | |
| parent | 5d18016a077afa3e47874762d5c7f087ac3407a9 (diff) | |
[3.0.x] Added stub release notes for 3.0.4.
Backport of 273918c25b203d32a7922bc7c3610e4a089fe931 from master
| -rw-r--r-- | docs/releases/3.0.4.txt | 7 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/releases/3.0.4.txt b/docs/releases/3.0.4.txt new file mode 100644 index 0000000000..e5198c71ca --- /dev/null +++ b/docs/releases/3.0.4.txt @@ -0,0 +1,7 @@ +========================== +Django 3.0.4 release notes +========================== + +*Expected March 2, 2020* + +Django 3.0.4 fixes several bugs in 3.0.3. diff --git a/docs/releases/index.txt b/docs/releases/index.txt index d648751611..37d9f8a3ff 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -25,6 +25,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 3.0.4 3.0.3 3.0.2 3.0.1 |
