From c820892eed9ea10879270e64e8109dc44829756a Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 19 Nov 2014 12:22:23 -0500 Subject: Removed django.utils.datastructures.SortedDict per deprecation timeline. --- docs/topics/python3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/topics/python3.txt') diff --git a/docs/topics/python3.txt b/docs/topics/python3.txt index 2f12809163..5dc2cf464c 100644 --- a/docs/topics/python3.txt +++ b/docs/topics/python3.txt @@ -181,7 +181,7 @@ versions of Python. :meth:`dict.keys`, :meth:`dict.items` and :meth:`dict.values` return lists in Python 2 and iterators in Python 3. :class:`~django.http.QueryDict` and the -:class:`dict`-like classes defined in :mod:`django.utils.datastructures` +:class:`dict`-like classes defined in ``django.utils.datastructures`` behave likewise in Python 3. six_ provides compatibility functions to work around this change: -- cgit v1.3