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.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/topics/cache.txt b/docs/topics/cache.txt
index 3ca3a08a4a..2ffad67686 100644
--- a/docs/topics/cache.txt
+++ b/docs/topics/cache.txt
@@ -659,10 +659,6 @@ example:
.. sidebar ..
{% endcache %}
-.. versionchanged:: 2.0
-
- Older versions don't allow a ``None`` timeout.
-
Sometimes you might want to cache multiple copies of a fragment depending on
some dynamic data that appears inside the fragment. For example, you might want a
separate cached copy of the sidebar used in the previous example for every user
@@ -872,10 +868,6 @@ Like ``cache.set()``, ``set_many()`` takes an optional ``timeout`` parameter.
On supported backends (memcached), ``set_many()`` returns a list of keys that
failed to be inserted.
-.. versionchanged:: 2.0
-
- The return value containing list of failing keys was added.
-
You can delete keys explicitly with ``delete()``. This is an easy way of
clearing the cache for a particular object::