﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
16410	Stange trackeback, if try to get a not existing cache...	jedie	nobody	"e.g.:

{{{
cache = get_cache('not_existing_cache')
}}}

You will get a strange traceback:

{{{
  File ""./django/core/cache/__init__.py"", line 173, in get_cache
    backend, location, params = parse_backend_conf(backend, **kwargs)
  File ""./django/core/cache/__init__.py"", line 131, in parse_backend_conf
    mod_path, cls_name = backend.rsplit('.', 1)
ValueError: need more than 1 value to unpack
}}}
"	Bug	closed	Core (Cache system)	1.3	Normal	fixed	cache		Unreviewed	0	0	0	0	0	0
