﻿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
33534	Formset form with initial values doesnt save	saschahofmann	nobody	"Calling `formset.save()` on a formset with an extra_form that only hasn't changed any of the initial values doesn't save.

I believe the cause is in [https://github.com/django/django/blob/main/django/forms/models.py#L942]. `form.has_changed()` checks whether data is different compared to initial values. This behaviour is incosistent with `form.save()` e.g. you could call something like `formset.extra_forms[0].save()` and this would save the form. 

It seems reasonable to me to simple remove that line! Why would a new item not be saved on Submit?

Happy to submit the according PR.

"	Bug	closed	Forms	4.0	Normal	invalid	formset initial save		Unreviewed	0	0	0	0	1	0
