﻿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
9076	"Inline forms can result in a ""Please correct the errors below."" message with no errors listed."	coady	nobody	"This error can reproduced with the poll app in the tutorial with a minor change.  Remove the choice field from the Choice model (file attached).  Edit a poll by adding two choices; enter any numbers in the votes fields.  Any subsequent save will result in the ""Please correct the errors below."" message with no highlighted errors.

The problem occurs in BaseModelFormSet._construct_form where an index access on the queryset is returning duplicate pks.  This in turn leads to validation failing in BaseModelForm.validate_unique.  The error occurs in 1.0 and the trunk, probably introduced around the time core=True was removed.

"	Bug	closed	Forms	1.0	Normal	fixed		marek@… django@… bthomas@… anthony@… jashugan@… kmishler@… leitjohn@… desecho@…	Accepted	0	0	0	0	0	0
