diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-09-12 19:28:20 +0200 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-09-24 11:41:04 -0400 |
| commit | 10a2d3b837c5d8c1ac0cabd399ad7edcc66bfa8e (patch) | |
| tree | 39982cb68a280c78390793ffc10b7cf44a608daa /docs | |
| parent | b2773a39a34f0f0ca768fa1daaf8bf72fca56e06 (diff) | |
[5.2.x] Added stub release notes and release date for 5.2.7, 5.1.13, and 4.2.25.
Backport of 00174507f8a91e9577ae233c58af561b379f2695 from main.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.2.25.txt | 10 | ||||
| -rw-r--r-- | docs/releases/5.1.13.txt | 10 | ||||
| -rw-r--r-- | docs/releases/5.2.7.txt | 7 | ||||
| -rw-r--r-- | docs/releases/index.txt | 2 |
4 files changed, 26 insertions, 3 deletions
diff --git a/docs/releases/4.2.25.txt b/docs/releases/4.2.25.txt new file mode 100644 index 0000000000..69f238c3c1 --- /dev/null +++ b/docs/releases/4.2.25.txt @@ -0,0 +1,10 @@ +=========================== +Django 4.2.25 release notes +=========================== + +*October 1, 2025* + +Django 4.2.25 fixes one security issue with severity "high" and one security +issue with severity "low" in 4.2.24. + +... diff --git a/docs/releases/5.1.13.txt b/docs/releases/5.1.13.txt new file mode 100644 index 0000000000..a181694be2 --- /dev/null +++ b/docs/releases/5.1.13.txt @@ -0,0 +1,10 @@ +=========================== +Django 5.1.13 release notes +=========================== + +*October 1, 2025* + +Django 5.1.13 fixes one security issue with severity "high" and one security +issue with severity "low" in 5.1.12. + +... diff --git a/docs/releases/5.2.7.txt b/docs/releases/5.2.7.txt index cab28ad2a4..90d620a408 100644 --- a/docs/releases/5.2.7.txt +++ b/docs/releases/5.2.7.txt @@ -2,10 +2,11 @@ Django 5.2.7 release notes ========================== -*Expected October 1, 2025* +*October 1, 2025* -Django 5.2.7 fixes several bugs in 5.2.6. Also, the latest string translations -from Transifex are incorporated. +Django 5.2.7 fixes one security issue with severity "high", one security issue +with severity "low", and several bugs in 5.2.6. Also, the latest string +translations from Transifex are incorporated. Bugfixes ======== diff --git a/docs/releases/index.txt b/docs/releases/index.txt index 9dee4f7c4d..02f2762be1 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -39,6 +39,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 5.1.13 5.1.12 5.1.11 5.1.10 @@ -80,6 +81,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 4.2.25 4.2.24 4.2.23 4.2.22 |
