﻿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
7446	[newforms-admin] inline editing with more than one foreign key to same model	duke@…	nobody	"Given the following: 'ModelB' is edited inline with 'ModelA', and ModelB has more than one foreign key to ModelA.

If any of the foreign key fields in ModelB are left blank, then they should default to the value currently being added in ModelA.

In the case where there are no ModelA objects all foreign key fields in ModelB will be set to the object currently being added in ModelA - a probable combination for this type of model anyway.

http://code.djangoproject.com/browser/django/branches/newforms-admin/docs/admin.txt#L536 mostly solved my problem for an inline interface for this type of model, however if I leave the second foreign key reference blank I get an error indicating that a selection is required.  I think it'd be better to just have it use the value being entered in the field that was specified as 'fk_name'."		closed	contrib.admin	newforms-admin		invalid	m2m fk inline foreign key		Unreviewed	0	0	0	0	0	0
