mirror of https://github.com/django/django.git
Added stub release notes and release date for 4.0.4, 3.2.13, and 2.2.28.
This commit is contained in:
parent
2d5215c675
commit
78277faafd
|
@ -0,0 +1,7 @@
|
||||||
|
===========================
|
||||||
|
Django 2.2.28 release notes
|
||||||
|
===========================
|
||||||
|
|
||||||
|
*April 11, 2022*
|
||||||
|
|
||||||
|
Django 2.2.28 fixes two security issues with severity "high" in 2.2.27.
|
|
@ -0,0 +1,7 @@
|
||||||
|
===========================
|
||||||
|
Django 3.2.13 release notes
|
||||||
|
===========================
|
||||||
|
|
||||||
|
*April 11, 2022*
|
||||||
|
|
||||||
|
Django 3.2.13 fixes two security issues with severity "high" in 3.2.12.
|
|
@ -2,9 +2,9 @@
|
||||||
Django 4.0.4 release notes
|
Django 4.0.4 release notes
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
*Expected April 4, 2022*
|
*April 11, 2022*
|
||||||
|
|
||||||
Django 4.0.4 fixes several bugs in 4.0.3.
|
Django 4.0.4 fixes two security issues with severity "high" and a bug in 4.0.3.
|
||||||
|
|
||||||
Bugfixes
|
Bugfixes
|
||||||
========
|
========
|
||||||
|
|
|
@ -43,6 +43,7 @@ versions of the documentation contain the release notes for any later releases.
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
|
3.2.13
|
||||||
3.2.12
|
3.2.12
|
||||||
3.2.11
|
3.2.11
|
||||||
3.2.10
|
3.2.10
|
||||||
|
@ -104,6 +105,7 @@ versions of the documentation contain the release notes for any later releases.
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
|
2.2.28
|
||||||
2.2.27
|
2.2.27
|
||||||
2.2.26
|
2.2.26
|
||||||
2.2.25
|
2.2.25
|
||||||
|
|
Loading…
Reference in New Issue