diff options
| author | Jaap Roes <jaap@eight.nl> | 2014-10-10 11:59:47 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-10-10 08:43:26 -0400 |
| commit | 1b5918f160365b97986f21da1a7c35ffd2d5b0b0 (patch) | |
| tree | 2d36b1057393475436179d9a669234f83bc7c60d /docs | |
| parent | 322cbe0db7bbe5433e4f529dfb8151d1f91a87c9 (diff) | |
Fixed #23625 -- Removed CacheClass shim
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index db117e917e..d430a4af45 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -615,6 +615,12 @@ Miscellaneous * GIS-specific lookups have been refactored to use the :class:`django.db.models.Lookup` API. +* The ``CacheClass`` shim has been removed from all cache backends. + These aliases were provided for backwards compatibility with Django 1.3. + If you are still using them, please update your project to use the real + class name found in the :setting:`BACKEND <CACHES-BACKEND>` key of the + :setting:`CACHES` setting. + .. _deprecated-features-1.8: Features deprecated in 1.8 |
