summaryrefslogtreecommitdiff
path: root/docs/topics/python3.txt
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2013-03-17 22:43:49 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2013-03-17 22:44:20 +0100
commit9e920a488846db7398c0d6584f824f32b2a0dd42 (patch)
treef44a0963077d973b245b653532ecd32be65c6e12 /docs/topics/python3.txt
parent1c9bd69ff045cf304fcfe127eac53e8712d33d75 (diff)
[1.5.x] Minor docs fix for e11ccc76.
Backport of f3a6d74 from master.
Diffstat (limited to 'docs/topics/python3.txt')
-rw-r--r--docs/topics/python3.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/python3.txt b/docs/topics/python3.txt
index 0bcef8e328..633ffe0ad5 100644
--- a/docs/topics/python3.txt
+++ b/docs/topics/python3.txt
@@ -187,7 +187,7 @@ behave likewise in Python 3.
six_ provides compatibility functions to work around this change:
:func:`~six.iterkeys`, :func:`~six.iteritems`, and :func:`~six.itervalues`.
-Django's bundled version adds :func:`~django.utils.six.iterlists` for
+It also contains an undocumented ``iterlists`` function that works well for
``django.utils.datastructures.MultiValueDict`` and its subclasses.
:class:`~django.http.HttpRequest` and :class:`~django.http.HttpResponse` objects