mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
parent
f96d2848c6
commit
2757d492bb
2 changed files with 35 additions and 31 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue