﻿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
7790	New validator for ModelAdmin classes should use explicitly declared forms for validation if appropriate	Rozza	Brian Rosner	"Ticket [http://code.djangoproject.com/ticket/5374 #5374] Introduced automatic modeladmin validation if you have settings.DEBUG set to True - see [http://code.djangoproject.com/changeset/7929 r7929]

However, this change doesn't handle customized forms for admin because it couples admin form fields 1-1 to the model.

The validator should check against any explicitly declared forms to ensure that the form is valid.  Therefore allowing greater flexibility by allowing some decoupling from the model so that admin forms are customizable

Patch including tests attached"		closed	contrib.admin	newforms-admin		fixed	nfa-blocker		Accepted	1	0	0	0	0	0
