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
This commit is contained in:
parent
5409168ba2
commit
78b2e254ca
|
@ -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
|
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.
|
the Vary header and so at the list of headers to use for the cache key.
|
||||||
|
|
||||||
SortedDict
|
``django.utils.datastructures``
|
||||||
==========
|
===============================
|
||||||
|
|
||||||
.. module:: 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
|
.. class:: SortedDict
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue