summaryrefslogtreecommitdiff
path: root/docs/faq
diff options
context:
space:
mode:
authorKaren Tracey <kmtracey@gmail.com>2008-11-02 20:43:20 +0000
committerKaren Tracey <kmtracey@gmail.com>2008-11-02 20:43:20 +0000
commitc4835830235574886f9bd2b54ace5406bea2d931 (patch)
treedc8867b45654891527010007b80c8287a2516d3f /docs/faq
parent8a5f2ee912cb29191f35618a05ee90a3df636ae3 (diff)
Fixed #9497 - Doc typos. Many thanks ramiro.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9330 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/faq')
-rw-r--r--docs/faq/admin.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq/admin.txt b/docs/faq/admin.txt
index 4701341747..eb228ef9b7 100644
--- a/docs/faq/admin.txt
+++ b/docs/faq/admin.txt
@@ -31,7 +31,7 @@ allows access to users with those two fields both set to True.
How can I prevent the cache middleware from caching the admin site?
-------------------------------------------------------------------
-Set the :setting:``CACHE_MIDDLEWARE_ANONYMOUS_ONLY`` setting to ``True``. See the
+Set the :setting:`CACHE_MIDDLEWARE_ANONYMOUS_ONLY` setting to ``True``. See the
:ref:`cache documentation <topics-cache>` for more information.
How do I automatically set a field's value to the user who last edited the object in the admin?