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:39:07 -0400 |
| commit | 00174507f8a91e9577ae233c58af561b379f2695 (patch) | |
| tree | 4c1b7a6f7e3bfd95d150e136d21ef859e2f57113 /docs/releases | |
| parent | f2e02198671a4c099744efdc166f98525cbae4c1 (diff) | |
Added stub release notes and release date for 5.2.7, 5.1.13, and 4.2.25.
Diffstat (limited to 'docs/releases')
| -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 1a591035e2..8a2d5c13a4 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -53,6 +53,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 @@ -94,6 +95,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 |
