Added 1.4.22 release notes.
This commit is contained in:
parent
84bc4f6cdd
commit
64f731e77d
|
@ -0,0 +1,9 @@
|
||||||
|
===========================
|
||||||
|
Django 1.4.22 release notes
|
||||||
|
===========================
|
||||||
|
|
||||||
|
*Under development*
|
||||||
|
|
||||||
|
Django 1.4.22 fixes support with pip 7+ by disabling wheel support. Older
|
||||||
|
versions of 1.4 would silently build a broken wheel when installed with those
|
||||||
|
versions of pip.
|
|
@ -96,6 +96,7 @@ versions of the documentation contain the release notes for any later releases.
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
|
1.4.22
|
||||||
1.4.21
|
1.4.21
|
||||||
1.4.20
|
1.4.20
|
||||||
1.4.19
|
1.4.19
|
||||||
|
|
Loading…
Reference in New Issue