﻿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
14908	Add takes_context parameter to simple_tag decorator	Julien Phalip	Julien Phalip	"There is no ""simple"" way for accessing the context in a template tag. The only options are to use an inclusion_tag (which also requires the use of a template) or to create a Node/parser (which is tedious).

To address this, the consensus in (1) is to make `simple_tag` consistent with `inclusion_tag` by introducing a `takes_context` decorator parameter.

(1) http://groups.google.com/group/django-developers/browse_thread/thread/fbf7d9fd8f256b17/"		closed	Template system	1.2		fixed		Craig de Stigter	Unreviewed	1	0	0	0	0	0
