﻿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
20945	Allow cache tag to use specified cache config.	FunkyBob	nobody	"Currently the cache tag will use the default cache - always.

However, the staticfiles app, for instance, can be configured as to which it will use.

I propose the following:

1. Add a new setting (called DEFAULT_TEMPLATE_FRAGMENT_CACHE in the PR) to specify which to use by default.

2. Extend the cache tag to allow the last argument to be using=""cache name"", falling back to the default if it doesn't exist.

Current code is:
https://github.com/django/django/pull/1490

I'm just working on the tests and final documentation updates.
"	New feature	closed	Template system	dev	Normal	fixed			Accepted	1	0	0	0	0	0
