There was an error while loading. Please reload this page.
1 parent c94db53 commit f3a6d74Copy full SHA for f3a6d74
docs/topics/python3.txt
@@ -187,7 +187,7 @@ behave likewise in Python 3.
187
188
six_ provides compatibility functions to work around this change:
189
:func:`~six.iterkeys`, :func:`~six.iteritems`, and :func:`~six.itervalues`.
190
-Django's bundled version adds :func:`~django.utils.six.iterlists` for
+It also contains an undocumented ``iterlists`` function that works well for
191
``django.utils.datastructures.MultiValueDict`` and its subclasses.
192
193
:class:`~django.http.HttpRequest` and :class:`~django.http.HttpResponse` objects
0 commit comments