diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2023-12-04 10:21:37 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2023-12-04 10:21:37 -0300 |
| commit | 14884b6be89963c8ceb2c9da459ed8421aea3bf8 (patch) | |
| tree | a5e91725772e5fbd32d4599495ecd1c5f208269c | |
| parent | 5076bb41d08000ae9b1c97fc5e3708e189617a95 (diff) | |
Added stub release notes for 5.0.1.
| -rw-r--r-- | docs/releases/5.0.1.txt | 12 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/releases/5.0.1.txt b/docs/releases/5.0.1.txt new file mode 100644 index 0000000000..963dbff916 --- /dev/null +++ b/docs/releases/5.0.1.txt @@ -0,0 +1,12 @@ +========================== +Django 5.0.1 release notes +========================== + +*Expected January 4, 2024* + +Django 5.0.1 fixes several bugs in 5.0. + +Bugfixes +======== + +* ... diff --git a/docs/releases/index.txt b/docs/releases/index.txt index a8d6945b79..9cc64630a8 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.1 5.0 4.2 release |
