﻿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
9493	Formsets with data that violates unique constraints across forms are not marked invalid	Alex Gaynor	Alex Gaynor	If I have a form with a unique ```name``` field, and I submit data that is a dupe of something in the db, it fails validation, however if I have a formset and I submit the same data 2x in the same formset, it passes validation and fails at the save level.		closed	Forms	1.0		fixed			Ready for checkin	1	0	0	1	0	0
