﻿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
16489	cache.close connection to request_finished needs to apply to all caches	Jeremy Dunck	nobody	"There is support for closing cache (if it has a .close callable), as seen here:
https://code.djangoproject.com/browser/django/trunk/django/core/cache/__init__.py?rev=16549#L181

The trouble is that the request_finished connection is made only for the default .cache attribute.  This should be done for each cache backend, not just DEFAULT_CACHE_ALIAS.

"	Bug	closed	Core (Cache system)	1.3	Normal	duplicate			Accepted	0	0	0	0	0	0
