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:24:09 -0300 |
| commit | 8cbc8c27f9b6b391df5f41e7c59afbfc6c42913a (patch) | |
| tree | c36cccc7f042bef257563e0e93efb6ad8da30d19 /docs | |
| parent | e6963319bc92dad3b68878f1b9b5f373512592ce (diff) | |
[5.0.x] Added stub release notes for 5.0.5.
Backport of 4636baec179d8733e92c1eccfa669bd72d739735 from main
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 3a182102e7..b5384f9cf0 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 + 5.0.5 5.0.4 5.0.3 5.0.2 |
