Fixed #18220 -- Removed the CACHE_BACKEND setting, as per official deprecation timeline.

Thanks Ramiro Morales for the review.
This commit is contained in:
Claude Paroz 2012-04-29 20:45:55 +02:00
parent 5b644a5464
commit eefb00f301
4 changed files with 6 additions and 48 deletions

View file

@ -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
---