﻿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
8882	Inline model formsets break validation for unique and unique_together with foreign keys	central@…	Brian Rosner	"The admin site fails when trying to create two registers (not unique) on a model with unique or unique together fields. It doesn't check for the unique statement and database backend raises an IntegrityError exception like this:

IntegrityError at /admin/myapp/mymodel/add/
(1062, ""Duplicate entry '2-1' for key 2"")

I haven't checked if the problem exists in ""handmade"" forms, but in admin site it fails."		closed	Forms	1.0		fixed	model-validation	gabor@…	Accepted	0	0	0	0	0	0
