mirror of https://github.com/django/django.git
Added stub release notes and release date for 4.2.6, 4.1.12, and 3.2.22.
This commit is contained in:
parent
571bab9887
commit
5e4b75b78a
|
@ -0,0 +1,9 @@
|
|||
===========================
|
||||
Django 3.2.22 release notes
|
||||
===========================
|
||||
|
||||
*October 4, 2023*
|
||||
|
||||
Django 3.2.22 fixes a security issue with severity "moderate" in 3.2.21.
|
||||
|
||||
...
|
|
@ -0,0 +1,9 @@
|
|||
===========================
|
||||
Django 4.1.12 release notes
|
||||
===========================
|
||||
|
||||
*October 4, 2023*
|
||||
|
||||
Django 4.1.12 fixes a security issue with severity "moderate" in 4.1.11.
|
||||
|
||||
...
|
|
@ -2,9 +2,10 @@
|
|||
Django 4.2.6 release notes
|
||||
==========================
|
||||
|
||||
*Expected October 2, 2023*
|
||||
*October 4, 2023*
|
||||
|
||||
Django 4.2.6 fixes several bugs in 4.2.5.
|
||||
Django 4.2.6 fixes a security issue with severity "moderate" and several bugs
|
||||
in 4.2.5.
|
||||
|
||||
Bugfixes
|
||||
========
|
||||
|
|
|
@ -53,6 +53,7 @@ versions of the documentation contain the release notes for any later releases.
|
|||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
4.1.12
|
||||
4.1.11
|
||||
4.1.10
|
||||
4.1.9
|
||||
|
@ -88,6 +89,7 @@ versions of the documentation contain the release notes for any later releases.
|
|||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
3.2.22
|
||||
3.2.21
|
||||
3.2.20
|
||||
3.2.19
|
||||
|
|
Loading…
Reference in New Issue