﻿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
17381	TemplateView get method passes kwargs into context	Preston Holmes	nobody	"TemplateView is unique among the CB Views in passing the kwargs passed to the get method (from the URLConf) directly into context

I believe this to be a bug - get_context_data does take kwargs, but they are intended as ways to override context values - context should not, by default, have all the kwargs being passed to the view from the URLConf.

The question is - can this fix be made as a backwards incompatible change - or does it need to go through deprecation?

"	Bug	closed	Generic views	dev	Normal	duplicate			Unreviewed	0	0	0	0	0	0
