mirror of https://github.com/django/django.git
[3.1.x] Added stub release notes and date for Django 3.1.12 and 2.2.24.
Backport of b46dbd4e3e
from main
This commit is contained in:
parent
024e969062
commit
c7fdc790cf
|
@ -0,0 +1,9 @@
|
||||||
|
===========================
|
||||||
|
Django 2.2.24 release notes
|
||||||
|
===========================
|
||||||
|
|
||||||
|
*Expected June 2, 2021*
|
||||||
|
|
||||||
|
Django 2.2.24 fixes two security issues in 2.2.23.
|
||||||
|
|
||||||
|
...
|
|
@ -0,0 +1,9 @@
|
||||||
|
===========================
|
||||||
|
Django 3.1.12 release notes
|
||||||
|
===========================
|
||||||
|
|
||||||
|
*Expected June 2, 2021*
|
||||||
|
|
||||||
|
Django 3.1.12 fixes two security issues in 3.1.11.
|
||||||
|
|
||||||
|
...
|
|
@ -25,6 +25,7 @@ versions of the documentation contain the release notes for any later releases.
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
|
3.1.12
|
||||||
3.1.11
|
3.1.11
|
||||||
3.1.10
|
3.1.10
|
||||||
3.1.9
|
3.1.9
|
||||||
|
@ -64,6 +65,7 @@ versions of the documentation contain the release notes for any later releases.
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
|
2.2.24
|
||||||
2.2.23
|
2.2.23
|
||||||
2.2.22
|
2.2.22
|
||||||
2.2.21
|
2.2.21
|
||||||
|
|
Loading…
Reference in New Issue