﻿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
16892	Allow class based view 'cache_timeout' to control middleware.	rob@…	nobody	"Allow cache timeout to be controlled by an attribute ('cache_timeout') on class based views. This allows cache timeout to be controlled on groups of views with inheritance (or mixins) without having to implement settings for each individual view.

It relies on setting the class based view into an attribute of the view function created by View.as_view. This can then be checked for and interrogated in the UpdateCacheMiddleware.
"	New feature	closed	Generic views	1.3	Normal	duplicate	CBV Cache	preston@…	Unreviewed	1	0	0	0	0	0
