summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCurtis Maloney <curtis@tinbrain.net>2013-09-19 18:38:56 +1000
committerTim Graham <timograham@gmail.com>2013-09-19 10:01:39 -0400
commit4e9f800742c3048402acbaea67ec3c6bc3bd0935 (patch)
tree35620b801806d70870e6371ab4b78c7fc2d6627b /docs
parent7fec5a2240835af7c7f3accd64d9d894d4f92782 (diff)
Fixed #21125 -- Removed support for cache URI syntax
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.txt4
1 files changed, 4 insertions, 0 deletions
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
==========================