mirror of
https://github.com/django/django.git
synced 2025-11-18 11:00:24 +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:
parent
01f8460653
commit
ab108bf94d
4 changed files with 26 additions and 3 deletions
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
|
||||
==========================
|
||||
|
||||
*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
|
||||
========
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue