From 4e9f800742c3048402acbaea67ec3c6bc3bd0935 Mon Sep 17 00:00:00 2001 From: Curtis Maloney Date: Thu, 19 Sep 2013 18:38:56 +1000 Subject: Fixed #21125 -- Removed support for cache URI syntax --- docs/releases/1.7.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index d0e4a07374..c34e1f37d6 100644 --- a/docs/releases/1.7.txt +++ b/docs/releases/1.7.txt @@ -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 ========================== -- cgit v1.3