From eefb00f30124f775ca52258ccd8549054fe8230f Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sun, 29 Apr 2012 20:45:55 +0200 Subject: Fixed #18220 -- Removed the CACHE_BACKEND setting, as per official deprecation timeline. Thanks Ramiro Morales for the review. --- docs/internals/deprecation.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 2f594536c5..b1b5a4035e 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -186,6 +186,8 @@ these changes. library earlier than 2.1. An accelerated timeline was used as this was a security related deprecation. +* The ``CACHE_BACKEND`` setting will be removed. The cache backend(s) should be + specified in the :setting:`CACHES` setting. 1.6 --- -- cgit v1.3