mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #23625 -- Removed CacheClass shim
This commit is contained in:
parent
322cbe0db7
commit
1b5918f160
5 changed files with 6 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue