﻿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
19714	"Documentation for TemplateView incorrectly refers to ""params"" context variable."	Aram Dulyan	Claude Paroz	"The documentation for TemplateView at [https://github.com/django/django/blob/master/docs/ref/class-based-views/base.txt docs/ref/class-based-views/base.txt] states that TemplateView provides a ""params"" context variable, which is a dictionary of the URL matched groups. However, since [https://github.com/django/django/commit/f04bb6d798b07aa5e7c1d99d700fa6ddc7d39e62 commit f04bb6d], TemplateView no longer creates a ""params"" variable, instead passing the matched groups directly, e.g. for the URL pattern `r'/(?<slug>[^\]+/'`, the template receives `{{ email }}` instead of `{{ params.email }}`, as suggested by the documentation."	Bug	closed	Documentation	1.5-beta-1	Release blocker	fixed	TemplateView params		Accepted	0	0	0	0	1	0
