diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-01-26 12:08:25 -0500 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-01-27 15:33:51 -0500 |
| commit | d8c551d21459b260f50906f1e48bdf381e620533 (patch) | |
| tree | df0c69ab8f47718347cff3ad0c65be8efa2075f2 | |
| parent | 3ea659dc1b8d72d3cab2de17d28cd9d2d06d6eed (diff) | |
[5.2.x] Added stub release notes and release date for 5.2.11 and 4.2.28.
Backport of b30e09a94270fdaa4bf282bf442b758c9a6d0bb0 from main.
| -rw-r--r-- | docs/releases/4.2.28.txt | 9 | ||||
| -rw-r--r-- | docs/releases/5.2.11.txt | 11 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
3 files changed, 14 insertions, 7 deletions
diff --git a/docs/releases/4.2.28.txt b/docs/releases/4.2.28.txt new file mode 100644 index 0000000000..8c6d4a2a1d --- /dev/null +++ b/docs/releases/4.2.28.txt @@ -0,0 +1,9 @@ +=========================== +Django 4.2.28 release notes +=========================== + +*February 3, 2026* + +Django 4.2.28 fixes three security issues with severity "high", two security +issues with severity "moderate", and one security issue with severity "low" in +4.2.27. diff --git a/docs/releases/5.2.11.txt b/docs/releases/5.2.11.txt index 9428663332..545a7aeb70 100644 --- a/docs/releases/5.2.11.txt +++ b/docs/releases/5.2.11.txt @@ -2,11 +2,8 @@ Django 5.2.11 release notes =========================== -*Expected February 3, 2026* +*February 3, 2026* -Django 5.2.11 fixes several bugs in 5.2.10. - -Bugfixes -======== - -* ... +Django 5.2.11 fixes three security issues with severity "high", two security +issues with severity "moderate", and one security issue with severity "low" in +5.2.10. diff --git a/docs/releases/index.txt b/docs/releases/index.txt index f59dfe30fa..0c1fb802ae 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -87,6 +87,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 4.2.28 4.2.27 4.2.26 4.2.25 |
