﻿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
14549	Disambiguation of target/source fields for intermediary models when using ManyToManyField	German M. Bravo	Akis Kesoglou	"In cases where one has more than one foreign keys to either or both the source or the target models in a intermediary ""through"" model when using a ManyToManyField, django raises a validation error stating the ambiguity of the situation. To disambiguate this, I suggest adding two optional arguments to ManyToManyFields for those cases: 'source_fk_name' and 'target_fk_name'. I'm attaching a patch with an implementation of my suggestion."	New feature	closed	Database layer (models, ORM)	dev	Normal	fixed		German M. Bravo akiskesoglou@…	Ready for checkin	1	0	0	0	0	0
