From 55943c09757c32c4c5ad7bc8a275df0cbbce172e Mon Sep 17 00:00:00 2001 From: Karen Tracey Date: Sun, 2 Nov 2008 20:53:47 +0000 Subject: [1.0.X] Fixed #9497 - Doc typos. Many thanks ramiro. [9330] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9331 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/faq/admin.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/faq') 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 ` for more information. How do I automatically set a field's value to the user who last edited the object in the admin? -- cgit v1.3