﻿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
6700	smart_decorator util	Chris Beaven	Chris Beaven	"Django has some ""decorators"" which accept additional arguments. These decorators can't be called with Python 2.4 format (`@decorator(*args)`).

This util provides a `smart_decorator` which can be used to allow a decorator which accepts additional arguments to handle both `@decorator` and `@decorator(*args)` formats. It also means that these decorators can be made backwards compatible too, which is always nice.
"		closed	Core (Other)	dev		wontfix			Unreviewed	1	0	0	0	0	0
