﻿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
10750	BaseInlineFormSet does not respect commit=False in save for new objects after r10190	Koen Biermans <koen.biermans@…>	jkocherhans	"The save_new method on BaseInlineFormSet does not respect the commit bit passed to it (it saves the object even if commit=False). This method was added in r10190.

This means that if there are required fields that the forms on the inlineformset do not contain, you get an error, even if you use commit=False to add the required information to the new objects yourself.

Possible fix: do not do obj.save() if commit is False (line 549 in django/forms/models.py)."		closed	Forms	dev		fixed	formsets		Accepted	1	0	0	0	0	0
