1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

Updated six to 1.8.0.

This commit is contained in:
Tim Graham
2014-11-04 20:38:38 -05:00
parent df0523debc
commit 81477c91f6
5 changed files with 199 additions and 72 deletions

10
docs/releases/1.4.17.txt Normal file
View File

@@ -0,0 +1,10 @@
===========================
Django 1.4.17 release notes
===========================
*Under development*
Django 1.4.17 ...
Additionally, Django's vendored version of six, :mod:`django.utils.six`, has
been upgraded to the latest release (1.8.0).

10
docs/releases/1.6.9.txt Normal file
View File

@@ -0,0 +1,10 @@
==========================
Django 1.6.9 release notes
==========================
*Under development*
Django 1.6.9 ...
Additionally, Django's vendored version of six, :mod:`django.utils.six`, has
been upgraded to the latest release (1.8.0).

View File

@@ -6,6 +6,9 @@ Django 1.7.2 release notes
Django 1.7.2 fixes several bugs in 1.7.1.
Additionally, Django's vendored version of six, :mod:`django.utils.six`, has
been upgraded to the latest release (1.8.0).
Bugfixes
========

View File

@@ -41,6 +41,7 @@ versions of the documentation contain the release notes for any later releases.
.. toctree::
:maxdepth: 1
1.6.9
1.6.8
1.6.7
1.6.6
@@ -74,6 +75,7 @@ versions of the documentation contain the release notes for any later releases.
.. toctree::
:maxdepth: 1
1.4.17
1.4.16
1.4.15
1.4.14