1
0
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:
Curtis Maloney
2013-09-19 18:38:56 +10:00
committed by Tim Graham
parent 7fec5a2240
commit 4e9f800742
3 changed files with 25 additions and 91 deletions

View File

@@ -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
==========================