diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2024-04-03 12:21:28 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2024-04-03 12:21:28 -0300 |
| commit | 4636baec179d8733e92c1eccfa669bd72d739735 (patch) | |
| tree | b3a27c6f6d8c0c969fcf119f154548ca6e530014 /docs | |
| parent | 81da153e5f001a418cce06fd06694ab8452c7db9 (diff) | |
Added stub release notes for 5.0.5.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.0.5.txt | 12 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/releases/5.0.5.txt b/docs/releases/5.0.5.txt new file mode 100644 index 0000000000..fd36171c40 --- /dev/null +++ b/docs/releases/5.0.5.txt @@ -0,0 +1,12 @@ +========================== +Django 5.0.5 release notes +========================== + +*Expected May 6, 2024* + +Django 5.0.5 fixes several bugs in 5.0.4. + +Bugfixes +======== + +* ... diff --git a/docs/releases/index.txt b/docs/releases/index.txt index 6aae4c9068..19d3d9e458 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.5 5.0.4 5.0.3 5.0.2 |
