diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-03-26 09:00:27 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-03-26 09:06:21 +0100 |
| commit | 2be56bc534a1ef7c9bae63182e6053513daa0d25 (patch) | |
| tree | b4383981f1e4d427a1d79be148ceac6ee8098ab2 | |
| parent | 717e34bd48f2686e324b799329910df106971753 (diff) | |
[5.0.x] Added stub release notes and release date for 5.0.14.
Backport of c75fbe843079ca249d7015926490dd21107e63a4 from main.
| -rw-r--r-- | docs/releases/5.0.14.txt | 7 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/releases/5.0.14.txt b/docs/releases/5.0.14.txt new file mode 100644 index 0000000000..8684a270dc --- /dev/null +++ b/docs/releases/5.0.14.txt @@ -0,0 +1,7 @@ +=========================== +Django 5.0.14 release notes +=========================== + +*April 2, 2025* + +Django 5.0.14 fixes a security issue with severity "moderate" in 5.0.13. diff --git a/docs/releases/index.txt b/docs/releases/index.txt index 25e79aef28..134001c061 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.14 5.0.13 5.0.12 5.0.11 |
