diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2024-02-06 12:05:05 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2024-02-06 12:09:54 -0300 |
| commit | d6f14b2209b53eed9101411f4c079bb127cf3dc6 (patch) | |
| tree | a78b4da26e725f393367ce74b77fc2dd91f4996f /docs | |
| parent | a4d19953d46247ee1992b3427fe652e941524272 (diff) | |
[5.0.x] Added stub release notes for 5.0.3.
Backport of f61bc0319748876763e98be1c2933a03d59b7c34 from main
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.0.3.txt | 12 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/releases/5.0.3.txt b/docs/releases/5.0.3.txt new file mode 100644 index 0000000000..8fe37c9d90 --- /dev/null +++ b/docs/releases/5.0.3.txt @@ -0,0 +1,12 @@ +========================== +Django 5.0.3 release notes +========================== + +*Expected March 4, 2024* + +Django 5.0.3 fixes several bugs in 5.0.2. + +Bugfixes +======== + +* ... diff --git a/docs/releases/index.txt b/docs/releases/index.txt index ba6d7fbd46..68261d4c30 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.3 5.0.2 5.0.1 5.0 |
