summaryrefslogtreecommitdiff
path: root/docs/faq
diff options
context:
space:
mode:
authorFlorian Apolloner <florian@apolloner.eu>2013-05-18 17:39:14 +0200
committerFlorian Apolloner <florian@apolloner.eu>2013-05-18 17:39:14 +0200
commitdc8814bf7dc5139f3d11b8f9f44f54c7f77d2714 (patch)
treec945461d8380a1b6034f8e91a6939ec88840548a /docs/faq
parentacd0bb39df5c9ca486e49ec55ae34538242ce071 (diff)
parentbd97f7d0cb72191744552142817184e88ce8841d (diff)
Merge branch 'master' of github.com:django/django
Diffstat (limited to 'docs/faq')
-rw-r--r--docs/faq/admin.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/faq/admin.txt b/docs/faq/admin.txt
index 1d9a7c7427..ec40754094 100644
--- a/docs/faq/admin.txt
+++ b/docs/faq/admin.txt
@@ -27,12 +27,6 @@ account has :attr:`~django.contrib.auth.models.User.is_active` and
:attr:`~django.contrib.auth.models.User.is_staff` set to True. The admin site
only 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
-:doc:`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?
-----------------------------------------------------------------------------------------------