mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Added stub release notes and release date for 5.2.8, 5.1.14, and 4.2.26.
This commit is contained in:
10
docs/releases/4.2.26.txt
Normal file
10
docs/releases/4.2.26.txt
Normal file
@@ -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.
|
||||||
|
|
||||||
|
...
|
||||||
10
docs/releases/5.1.14.txt
Normal file
10
docs/releases/5.1.14.txt
Normal file
@@ -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.
|
||||||
|
|
||||||
|
...
|
||||||
@@ -2,10 +2,11 @@
|
|||||||
Django 5.2.8 release notes
|
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
|
Django 5.2.8 fixes one security issue with severity "high", one security issue
|
||||||
3.14.
|
with severity "moderate", and several bugs in 5.2.7. It also adds compatibility
|
||||||
|
with Python 3.14.
|
||||||
|
|
||||||
Bugfixes
|
Bugfixes
|
||||||
========
|
========
|
||||||
|
|||||||
@@ -54,6 +54,7 @@ versions of the documentation contain the release notes for any later releases.
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
|
5.1.14
|
||||||
5.1.13
|
5.1.13
|
||||||
5.1.12
|
5.1.12
|
||||||
5.1.11
|
5.1.11
|
||||||
@@ -96,6 +97,7 @@ versions of the documentation contain the release notes for any later releases.
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
|
4.2.26
|
||||||
4.2.25
|
4.2.25
|
||||||
4.2.24
|
4.2.24
|
||||||
4.2.23
|
4.2.23
|
||||||
|
|||||||
Reference in New Issue
Block a user