1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[1.6.x] Updated six to 1.6.1.

Backport of 2ec82c7387 from master
This commit is contained in:
Tim Graham
2014-03-24 07:33:04 -04:00
parent d908b67e81
commit 779ef57c37
4 changed files with 30 additions and 13 deletions

View File

@@ -5,4 +5,4 @@ Django 1.4.11 release notes
*Under development*
Django's vendored version of six, :mod:`django.utils.six`, has been upgraded to
the latest release (1.5.2).
the latest release (1.6.1).

View File

@@ -5,7 +5,7 @@ Django 1.5.6 release notes
*Under development*
Django's vendored version of six, :mod:`django.utils.six`, has been upgraded to
the latest release (1.5.2).
the latest release (1.6.1).
Bugfixes
========

View File

@@ -26,3 +26,6 @@ several bugs in 1.6.2:
* Improved :func:`~django.utils.html.strip_tags` accuracy (but it still cannot
guarantee an HTML-safe result, as stated in the documentation).
Additionally, Django's vendored version of six, :mod:`django.utils.six` has been
upgraded to the latest release (1.6.1).