﻿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
2205	[patch] models.STACKED messes up the fields display in Admin	vietyen@…	nobody	"I have made a Person model that has its fields display ordered as follows:
        class Admin:
                fields = (
                        (None, {
                                'fields' : ('company', 'function', ('first_name', 'last_name'), 'gender', ('phone','phone2'), 'email', ('postal_code', 'streetnumber', 'streetnumber_extension'))
                        }),
                )

That field ordering is not adhered to when a Person is stacked into the edit form of another model. I would expect that the field ordering would be respected even when models.STACKED is used.

"	defect	closed	contrib.admin		normal	invalid		treborhudson@…	Accepted	0	0	0	0	0	0
