﻿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	Clarify ModelFormSet's handling of initial data	Johannes Maron	nobody	"If you create a `ModelFormSet` 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."	Cleanup/optimization	closed	Documentation	dev	Normal	fixed	modelformset		Ready for checkin	1	0	0	0	0	0
