From 2b033eebcee5feb18bd96de19a843edb67fd7803 Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Wed, 3 Feb 2016 12:34:44 +0100 Subject: [PATCH] Fix recently added HTTPCACHE_ settings versionadded notes --- docs/topics/downloader-middleware.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/topics/downloader-middleware.rst b/docs/topics/downloader-middleware.rst index a97d5a696..4215cf69c 100644 --- a/docs/topics/downloader-middleware.rst +++ b/docs/topics/downloader-middleware.rst @@ -582,7 +582,7 @@ The class which implements the cache policy. HTTPCACHE_GZIP ^^^^^^^^^^^^^^ -.. versionadded:: 0.25 +.. versionadded:: 1.0 Default: ``False`` @@ -594,7 +594,7 @@ This setting is specific to the Filesystem backend. HTTPCACHE_ALWAYS_STORE ^^^^^^^^^^^^^^^^^^^^^^ -.. versionadded:: 0.25 +.. versionadded:: 1.1 Default: ``False`` @@ -614,7 +614,7 @@ responses you feedto the cache middleware. HTTPCACHE_IGNORE_RESPONSE_CACHE_CONTROLS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -.. versionadded:: 0.25 +.. versionadded:: 1.1 Default: ``[]``