mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #21125 -- Removed support for cache URI syntax
This commit is contained in:
committed by
Tim Graham
parent
7fec5a2240
commit
4e9f800742
@@ -414,6 +414,10 @@ Miscellaneous
|
||||
Rationale behind this is removal of dependency of non-contrib code on
|
||||
contrib applications.
|
||||
|
||||
* The old cache URI syntax (e.g. ``"locmem://"``) is no longer supported. It
|
||||
still worked, even though it was not documented or officially supported. If
|
||||
you're still using it, please update to the current :setting:`CACHES` syntax.
|
||||
|
||||
Features deprecated in 1.7
|
||||
==========================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user