﻿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
2286	Validation error with syncdb	Chris Beaven	Adrian Holovaty	"I have an ```Email``` model linked to a ```Contact``` model (```contact=ForeignKey(Contact)``` in the ```Email``` model).

The ```Contact``` model has an EmailField named ``email``.

Syncdb is complaining that:
{{{
Reverse query name for field 'contact' clashes with field 'Contact.email'.""
}}}

If my understanding is correct, the reverse query name will be ``email_set``, not ``email`` so this shouldn't be a clash, should it? My work around at the moment is to actually set ``reverse_query='email_set'``, syncdb stops complaining but this is (in my understanding) the default reverse query name in this case anyway so it's a bit weird.

(Just to be clear, the ```Email``` model is an actual email and the ```email``` field is an email address so they do serve seperate purposes)"	defect	closed	Core (Management commands)		normal	invalid			Unreviewed	0	0	0	0	0	0
