diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2024-03-04 10:28:49 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2024-03-04 10:29:33 +0100 |
| commit | 337e37f3bb7bc2fe4f2bcfc5f9586e4f36da72e3 (patch) | |
| tree | ea91bb454c1974130c6c7eb266443989071a0041 /docs | |
| parent | da39ae4b5f056a332b5c48402a2ae11767e7d577 (diff) | |
Added stub release notes for 5.0.4.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.0.4.txt | 12 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/releases/5.0.4.txt b/docs/releases/5.0.4.txt new file mode 100644 index 0000000000..52d3bdfb0e --- /dev/null +++ b/docs/releases/5.0.4.txt @@ -0,0 +1,12 @@ +========================== +Django 5.0.4 release notes +========================== + +*Expected April 2, 2024* + +Django 5.0.4 fixes several bugs in 5.0.3. + +Bugfixes +======== + +* ... diff --git a/docs/releases/index.txt b/docs/releases/index.txt index 01c2ac949d..6aae4c9068 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 + 5.0.4 5.0.3 5.0.2 5.0.1 |
