summaryrefslogtreecommitdiff
path: root/docs/misc/api-stability.txt
diff options
context:
space:
mode:
authorBrian Rosner <brosner@gmail.com>2010-05-08 21:38:27 +0000
committerBrian Rosner <brosner@gmail.com>2010-05-08 21:38:27 +0000
commit47639b641060bc0520983314e68f1dbbbe57c1cb (patch)
tree25f20dcb2e2f4f527ac184064ca9e1c2d6ab404a /docs/misc/api-stability.txt
parent4cf4acba459c41b8b41fc731149b3b03657fe7d4 (diff)
Fixed #3469 -- added django.utils documentation for stable bits
Thanks to Rupe and Ramiro Morales for their initial work on this patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13140 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/misc/api-stability.txt')
-rw-r--r--docs/misc/api-stability.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/misc/api-stability.txt b/docs/misc/api-stability.txt
index 52fd430011..a648c873cc 100644
--- a/docs/misc/api-stability.txt
+++ b/docs/misc/api-stability.txt
@@ -96,7 +96,8 @@ of 1.0. This includes these APIs:
``django.utils``
----------------
-Most of the modules in ``django.utils`` are designed for internal use. Only the following parts of ``django.utils`` can be considered stable:
+Most of the modules in ``django.utils`` are designed for internal use. Only
+the following parts of :ref:`django.utils <ref-utils>` can be considered stable:
- ``django.utils.cache``
- ``django.utils.datastructures.SortedDict`` -- only this single class; the