﻿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
12515	confusing wording - formset Extra parameter	smalldocerror	nobody	"On page http://docs.djangoproject.com/en/dev/topics/forms/formsets/

You say 

""As you can see it only displayed one form. This is because by default the formset_factory defines one extra form. This can be controlled with the extra parameter:""

I find this confusing.  I think the first instance of the word ""extra"" is wrong.
It should be...

""As you can see it only displayed one form. This is because by default the formset_factory defines one [delete the word ""extra"" here] form. This can be controlled with the extra parameter:""



That is, ONE form is created by default.   Not one EXTRA form.

The text for the next example confirms my belief.

""There are now a total of three forms showing above. One for the initial data that was passed in and two extra forms.""

So, by default ONE form, not one extra.  And if you say extra=1 (over-riding the default of extra=0?) then you get one EXTRA form.


But what do I know?

(wow, you make it hard to report a small bug!   frickin spammers...)"		closed	Documentation	1.1		duplicate	formset extra= param		Unreviewed	0	0	0	0	0	0
