diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2011-04-17 20:51:19 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2011-04-17 20:51:19 +0000 |
| commit | 78b2e254ca0ad8ac35dda6d3ecea2d392d6addee (patch) | |
| tree | f65a91a4e6c0cafe7a41ec6941579205d06e4901 /docs | |
| parent | 5409168ba2afb6cc96aa0b0e0c445329c723eeac (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/utils.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index 979c1867d1..6296c09d0f 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 |
