﻿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
24541	save_new_objects in ModelFromsets do not handle intitial data	Johannes Maron	nobody	"If you create a `Formset` and pass `initial` data for some forms, the forms are evaluated as `has_changed` False.
All in all that is true, but it has the the side effect that the forms in the formset don't get saved, tho they contain data.

The error is here:
https://github.com/django/django/blob/master/django/forms/models.py#L777-L778

It should not only be checked for `has_changed` but also for initial data."	Uncategorized	new	Forms	dev	Normal		modelformset		Unreviewed	0	0	0	0	1	0
