﻿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
9869	Exclude option in ModelAdmin requires a list, not a tuple	doug.waite@…	nobody	The documentation on this page: (http://docs.djangoproject.com/en/dev/ref/contrib/admin/#exclude) says to give the exclude option a list of form fields to exclude from view. This produces an error. The error comes from (django/contrib/admin/options.py in get_form, line 273). The code on that line is clearly looking for a list, not a tuple. Although the documentation could just be updated to show a list, I think it would be easier to change it to actually use a tuple because all the other form fields (that I know of) use a tuple		closed	contrib.admin	1.0		duplicate	options, exclude		Unreviewed	0	0	0	0	0	0
