mirror of
https://github.com/django/django.git
synced 2025-08-02 18:13:02 +00:00
Fixed #18220 -- Removed the CACHE_BACKEND setting, as per official deprecation timeline.
Thanks Ramiro Morales for the review.
This commit is contained in:
parent
5b644a5464
commit
eefb00f301
4 changed files with 6 additions and 48 deletions
|
@ -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
|
||||
---
|
||||
|
|
|
@ -2311,15 +2311,6 @@ ADMIN_MEDIA_PREFIX
|
|||
integration. See the :doc:`Django 1.4 release notes</releases/1.4>` for
|
||||
more information.
|
||||
|
||||
.. setting:: CACHE_BACKEND
|
||||
|
||||
CACHE_BACKEND
|
||||
-------------
|
||||
|
||||
.. deprecated:: 1.3
|
||||
This setting has been replaced by :setting:`BACKEND <CACHES-BACKEND>` in
|
||||
:setting:`CACHES`.
|
||||
|
||||
.. setting:: IGNORABLE_404_ENDS
|
||||
|
||||
IGNORABLE_404_ENDS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue