﻿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
1578	[patch] validation for missing core=True in ForeignKey relations wrong	mir@…	Adrian Holovaty	"If you have a Foreign Key relation with edit_inline=False, manage.py validate complains if you don't have a core=True in the related model, like this:
{{{
email.nextrech: At least one field in Nextrech should have core=True, because it's being edited inline by tarifkunde.Tarifkunde.
}}}

It shouldn't: No edit_inline, no core=True needed.

The original version of get_validation_error did not check edit_inline at all, that was the whole problem."	enhancement	closed	Template system		major	fixed	validation edit_inline	malcolm@…	Unreviewed	1	0	0	0	0	0
