﻿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
16117	Provide decorators to easily mark functions/methods as list_display items or admin actions	Matt Harasymczuk	Nick Pope	"How about changing:
{{{
model_method.allow_tags = True
model_method.short_description = _('Model Method')
}}}

into:

{{{
@options(allow_tags=True, short_description=_('Model Method'))
}}}

or:

{{{
@allow_tags
@short_desctiption(_('Model Method'))
}}}
?


discussion at [https://groups.google.com/forum/#!topic/django-developers/Ebe-nGumjug Django Developers Group]"	New feature	closed	contrib.admin	dev	Normal	fixed	admin, actions, list_display, readonly_fields, methods, short_description, admin_order_field, boolean, empty_value_display, allowed_permissions	kmike84@…	Ready for checkin	1	0	0	0	0	0
