﻿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
16995	"ModelFormSet initial data from initial parameter uses ""extra"" forms"	p910221@…	Mark Gensler	"It seems that when you feed initial data into a ModelFromSet using the initial parameter, it uses the ""extra"" forms that you define with the extra parameter in the modelformset_factory. For example, if you feed a list of two dictionaries (with the model data) into the initial parameter of a FormSet, but the formset_factory that the FormSet was created from has an extra parameter of 1 (or None), then only the model data from the first dictionary in the list will show up in the FormSet.

Since ""initial"" data doen't seem like they should be in the ""extra"" forms, I think this is a bug?"	Bug	closed	Documentation	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
