Added stub release notes for 1.6.6.
This commit is contained in:
parent
1109ebd7b3
commit
79e9da3d1e
|
@ -0,0 +1,13 @@
|
||||||
|
==========================
|
||||||
|
Django 1.6.6 release notes
|
||||||
|
==========================
|
||||||
|
|
||||||
|
*Under development*
|
||||||
|
|
||||||
|
Django 1.6.6 fixes several bugs in 1.6.5.
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
========
|
||||||
|
|
||||||
|
* Corrected email and URL validation to reject a trailing dash
|
||||||
|
(`#22579 <http://code.djangoproject.com/ticket/22579>`_).
|
|
@ -36,6 +36,7 @@ Final releases
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
|
1.6.6
|
||||||
1.6.5
|
1.6.5
|
||||||
1.6.4
|
1.6.4
|
||||||
1.6.3
|
1.6.3
|
||||||
|
|
Loading…
Reference in New Issue