diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2026-04-28 17:26:47 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2026-04-28 17:32:49 +0200 |
| commit | de3f622b7fa72aee68650f15263f2788b626680a (patch) | |
| tree | 18b3cb8428efbc4222f1bc456040d0a2a8777341 | |
| parent | fb61c8a6e902abc885048a1a78592a4bd4329f87 (diff) | |
[5.2.x] Added stub release notes and release date for 5.2.14.
Backport of e8c6322b4f2ab4df610bb480003a54c88f32210e from main.
| -rw-r--r-- | docs/releases/5.2.14.txt | 7 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/releases/5.2.14.txt b/docs/releases/5.2.14.txt new file mode 100644 index 0000000000..d51432322c --- /dev/null +++ b/docs/releases/5.2.14.txt @@ -0,0 +1,7 @@ +=========================== +Django 5.2.14 release notes +=========================== + +*May 5, 2026* + +Django 5.2.14 fixes three security issue with severity "low" in 5.2.13. diff --git a/docs/releases/index.txt b/docs/releases/index.txt index 99789283af..ec273c1996 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.2.14 5.2.13 5.2.12 5.2.11 |
