diff options
| author | Karen Tracey <kmtracey@gmail.com> | 2008-11-02 20:53:47 +0000 |
|---|---|---|
| committer | Karen Tracey <kmtracey@gmail.com> | 2008-11-02 20:53:47 +0000 |
| commit | 55943c09757c32c4c5ad7bc8a275df0cbbce172e (patch) | |
| tree | b27c687b8d8a85be4e461d782d8c2829c69a8407 /docs/faq/admin.txt | |
| parent | f1eb098d96bd43de03e94163449d49d598f953e1 (diff) | |
[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
Diffstat (limited to 'docs/faq/admin.txt')
| -rw-r--r-- | docs/faq/admin.txt | 2 |
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? |
