mirror of https://github.com/django/django.git
Added stub release notes for security releases.
This commit is contained in:
parent
5ed20b3aa3
commit
f13147c8de
|
@ -0,0 +1,7 @@
|
|||
============================
|
||||
Django 1.11.23 release notes
|
||||
============================
|
||||
|
||||
*August 1, 2019*
|
||||
|
||||
Django 1.11.23 fixes security issues in 1.11.22.
|
|
@ -0,0 +1,7 @@
|
|||
===========================
|
||||
Django 2.1.11 release notes
|
||||
===========================
|
||||
|
||||
*August 1, 2019*
|
||||
|
||||
Django 2.1.11 fixes security issues in 2.1.10.
|
|
@ -2,9 +2,9 @@
|
|||
Django 2.2.4 release notes
|
||||
==========================
|
||||
|
||||
*Expected August 1, 2019*
|
||||
*August 1, 2019*
|
||||
|
||||
Django 2.2.4 fixes several bugs in 2.2.3.
|
||||
Django 2.2.4 fixes security issues and several bugs in 2.2.3.
|
||||
|
||||
Bugfixes
|
||||
========
|
||||
|
|
|
@ -43,6 +43,7 @@ versions of the documentation contain the release notes for any later releases.
|
|||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
2.1.11
|
||||
2.1.10
|
||||
2.1.9
|
||||
2.1.8
|
||||
|
@ -80,6 +81,7 @@ versions of the documentation contain the release notes for any later releases.
|
|||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
1.11.23
|
||||
1.11.22
|
||||
1.11.21
|
||||
1.11.20
|
||||
|
|
Loading…
Reference in New Issue