diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2024-07-09 11:34:44 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2024-07-09 11:41:28 -0300 |
| commit | 9c356144d7d212017c85ec2cbf8f2dfca4cacdff (patch) | |
| tree | 04440eb6eecbc85c155affff8a34fc28bc839355 /docs | |
| parent | 1062bf730235ecc90f2087f1c2d346615377a006 (diff) | |
Added stub release notes for 5.0.8.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.0.8.txt | 12 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/releases/5.0.8.txt b/docs/releases/5.0.8.txt new file mode 100644 index 0000000000..1c30ed4766 --- /dev/null +++ b/docs/releases/5.0.8.txt @@ -0,0 +1,12 @@ +========================== +Django 5.0.8 release notes +========================== + +*Expected August 6, 2024* + +Django 5.0.8 fixes several bugs in 5.0.7. + +Bugfixes +======== + +* ... diff --git a/docs/releases/index.txt b/docs/releases/index.txt index a14fc37172..2ace2b44af 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -39,6 +39,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 5.0.8 5.0.7 5.0.6 5.0.5 |
