﻿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
9571	Documention of exlude in admin, need tuple not list.	Roland van Laar	nobody	"Hi, On http://docs.djangoproject.com/en/dev/ref/contrib/admin/#exclude at the exclude example it says:

{{{
class AuthorAdmin(admin.ModelAdmin):
    exclude = ('birth_date',)
}}}
But it should be
{{{
class AuthorAdmin(admin.ModelAdmin):
    exclude = ['birth_date',]
}}}"		closed	Documentation	1.0		invalid			Unreviewed	0	0	0	0	0	0
