diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-09-24 15:29:09 -0400 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2025-10-29 14:57:45 -0300 |
| commit | ab108bf94dfc06c311d7dc81866b848fe5b5ee6c (patch) | |
| tree | 356170893ce747afc74a3818e44d8e4b70780392 /docs | |
| parent | 01f8460653e73a8f60c98d3a37a74b28818744b6 (diff) | |
Added stub release notes and release date for 5.2.8, 5.1.14, and 4.2.26.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.2.26.txt | 10 | ||||
| -rw-r--r-- | docs/releases/5.1.14.txt | 10 | ||||
| -rw-r--r-- | docs/releases/5.2.8.txt | 7 | ||||
| -rw-r--r-- | docs/releases/index.txt | 2 |
4 files changed, 26 insertions, 3 deletions
diff --git a/docs/releases/4.2.26.txt b/docs/releases/4.2.26.txt new file mode 100644 index 0000000000..e0db257c04 --- /dev/null +++ b/docs/releases/4.2.26.txt @@ -0,0 +1,10 @@ +=========================== +Django 4.2.26 release notes +=========================== + +*November 5, 2025* + +Django 4.2.26 fixes one security issue with severity "high" and one security +issue with severity "moderate" in 4.2.25. + +... diff --git a/docs/releases/5.1.14.txt b/docs/releases/5.1.14.txt new file mode 100644 index 0000000000..79a7a260e3 --- /dev/null +++ b/docs/releases/5.1.14.txt @@ -0,0 +1,10 @@ +=========================== +Django 5.1.14 release notes +=========================== + +*November 5, 2025* + +Django 5.1.14 fixes one security issue with severity "high" and one security +issue with severity "moderate" in 5.1.13. + +... diff --git a/docs/releases/5.2.8.txt b/docs/releases/5.2.8.txt index 4151012387..a75db9cbc8 100644 --- a/docs/releases/5.2.8.txt +++ b/docs/releases/5.2.8.txt @@ -2,10 +2,11 @@ Django 5.2.8 release notes ========================== -*Expected November 5, 2025* +*November 5, 2025* -Django 5.2.8 fixes several bugs in 5.2.7 and adds compatibility with Python -3.14. +Django 5.2.8 fixes one security issue with severity "high", one security issue +with severity "moderate", and several bugs in 5.2.7. It also adds compatibility +with Python 3.14. Bugfixes ======== diff --git a/docs/releases/index.txt b/docs/releases/index.txt index 22c9710db3..18605ac878 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -54,6 +54,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 5.1.14 5.1.13 5.1.12 5.1.11 @@ -96,6 +97,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 4.2.26 4.2.25 4.2.24 4.2.23 |
