Updated doc referring to HTTP cache middleware

This commit is contained in:
Pablo Hoffman 2010-11-24 13:27:44 -02:00
parent d59ef48231
commit 2557777c39
1 changed files with 1 additions and 3 deletions

View File

@ -60,9 +60,7 @@ Available, enabled and disabled extensions
Not all available extensions will be enabled. Some of them usually depend on a
particular setting. For example, the HTTP Cache extension is available by default
but disabled unless the :setting:`HTTPCACHE_DIR` setting is set. Both enabled
and disabled extensions can be accessed through the
:ref:`topics-extensions-ref-manager`.
but disabled unless the :setting:`HTTPCACHE_ENABLED` setting is set.
Accessing enabled extensions
============================