summaryrefslogtreecommitdiff
path: root/docs/topics/cache.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/topics/cache.txt')
-rw-r--r--docs/topics/cache.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/topics/cache.txt b/docs/topics/cache.txt
index 16e9a63580..927e035c90 100644
--- a/docs/topics/cache.txt
+++ b/docs/topics/cache.txt
@@ -168,11 +168,6 @@ permanent storage -- they're all intended to be solutions for caching, not
storage -- but we point this out here because memory-based caching is
particularly temporary.
-.. versionchanged:: 1.11
-
- The :setting:`LOCATION <CACHES-LOCATION>` setting now supports defining
- multiple servers as a comma-delimited string.
-
.. _database-caching:
Database caching
@@ -528,10 +523,6 @@ Additionally, ``UpdateCacheMiddleware`` automatically sets a few headers in each
* Sets the ``Cache-Control`` header to give a max age for the page --
again, from the :setting:`CACHE_MIDDLEWARE_SECONDS` setting.
-.. versionchanged:: 1.11
-
- In older versions, the ``Last-Modified`` header was also set.
-
See :doc:`/topics/http/middleware` for more on middleware.
If a view sets its own cache expiry time (i.e. it has a ``max-age`` section in