From 78b2e254ca0ad8ac35dda6d3ecea2d392d6addee Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sun, 17 Apr 2011 20:51:19 +0000 Subject: [PATCH] Fixed #15816 -- Changed docs/ref/utils.txt to refer to django.utils.datastructures instead of just SortedDict. The other stuff is still undocumented, which is probably a good thing git-svn-id: http://code.djangoproject.com/svn/django/trunk@16036 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/utils.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index 979c1867d11..6296c09d0fc 100644 --- a/docs/ref/utils.txt +++ b/docs/ref/utils.txt @@ -98,11 +98,11 @@ to distinguish caches by the ``Accept-language`` header. cache, this just means that we have to build the response once to get at the Vary header and so at the list of headers to use for the cache key. -SortedDict -========== +``django.utils.datastructures`` +=============================== .. module:: django.utils.datastructures - :synopsis: A dictionary that keeps its keys in the order in which they're inserted. + :synopsis: Data structures that aren't in Python's standard library. .. class:: SortedDict