diff options
| author | Curtis Maloney <curtis@tinbrain.net> | 2013-09-19 18:38:56 +1000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-09-19 10:01:39 -0400 |
| commit | 4e9f800742c3048402acbaea67ec3c6bc3bd0935 (patch) | |
| tree | 35620b801806d70870e6371ab4b78c7fc2d6627b /docs | |
| parent | 7fec5a2240835af7c7f3accd64d9d894d4f92782 (diff) | |
Fixed #21125 -- Removed support for cache URI syntax
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.txt | 4 |
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 ========================== |
