﻿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
22093	Topic: Customizing Auth. Form-Meta once Tuple, once List	david-schultz@…	nobody	"https://docs.djangoproject.com/en/1.6/topics/auth/customizing/

I am referring to the very last (big) green box at the bottom of this page. There the admin is customized by specifying a UserCreationForm and a UserChangeForm.
Within each of these classes, the class Meta is defined. Its property 'fields', however, is set a tuple in the CreationForm, but a list in the ChangeForm.

I guess only one of them is considered the way it should be.

Best regards
David"	Cleanup/optimization	closed	Documentation	1.6	Normal	fixed			Unreviewed	0	0	0	0	0	0
