﻿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
15669	Include app label in admin validation messages	Chris Lamb	gandalfar	"It is possible to have duplicate model names across your project (which is a good thing). However, it currently results in some ambiguous error messages when validating admin classes.

For example:

   {{{'MembershipAdmin.raw_id_fields' refers to field 'user_id' that is missing from model 'Membership'.}}}

... does that refer to my Membership class in my ""foo"" app or my ""bar"" app?

The attached patch includes the app label in the error messages. For example:

   {{{'MembershipAdmin.raw_id_fields' refers to field 'user_id' that is missing from model 'bar.Membership'.}}}"	New feature	closed	contrib.admin	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	1
