﻿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
12507	New logic in ModelAdmin.add_view for model validation needs some re-thinking	Brian Rosner	jkocherhans	The new code added in [12098] to `ModelAdmin.add_view` where it saves the object, but deletes it if formsets don't validate isn't going to fly well. This adds quite a bit of overhead in cases where a model's `save` and `delete` methods are non-trivial let alone the extra database activity. We really need to find a better way to accomplish this. I haven't yet worked why this is needed after the call to `form.is_valid`.		closed	Contrib apps	dev		fixed		Jannis Leidel	Accepted	0	0	0	0	0	0
