[1.5.x] Updated bundled version of six.

Backport of e11ccc76d3.
This commit is contained in:
Aymeric Augustin 2013-03-17 09:41:54 +01:00
parent f96d2848c6
commit 2757d492bb
2 changed files with 35 additions and 31 deletions

View file

@ -391,12 +391,7 @@ function.
Customizations of six
---------------------
The version of six bundled with Django includes one extra function:
.. function:: iterlists(MultiValueDict)
Returns an iterator over the lists of values of a ``MultiValueDict``. This
replaces ``iterlists()`` on Python 2 and ``lists()`` on Python 3.
The version of six bundled with Django includes a few extras.
.. function:: assertRaisesRegex(testcase, *args, **kwargs)