From 9e920a488846db7398c0d6584f824f32b2a0dd42 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sun, 17 Mar 2013 22:43:49 +0100 Subject: [PATCH] [1.5.x] Minor docs fix for e11ccc76. Backport of f3a6d74 from master. --- docs/topics/python3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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