﻿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
9285	Admin options in models.py	Camron Flanders	nobody	"Even with the seperation of admin/models we still have admin related options in models.py. list_display can accept options such as `allow_tags`, `boolean`, `admin_order_field`, ... I feel like I missing one. But these are attributes of the methods on a model.

How about moving this to the admin definition? Maybe using a tuple for fields we want to apply an option, or options to?

Maybe something like:
    `list_display = ('__unicode__', 'city', ('geocoded', 'boolean'),)`

or even 
    `list_display_options = {'boolean': ('geocoded',), 'admin_order_field': ('city',),}`"		closed	Contrib apps	dev		duplicate	admin models		Unreviewed	0	0	0	0	0	0
