﻿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
11755	Django documentation on Model FormSets should include a tip on how to override default behavior	ffualo	nobody	"The documentation page ""Creating forms from models"" mentions:

""By default, when you create a formset from a model, the formset will use a queryset that includes all objects in the model (e.g., Author.objects.all()). You can override this behavior by using the queryset argument""

However, it does not mention how to override this behavior, which is useful when you want to print blank form fields in a template. This is done with 

{{{ AuthorFormSet(queryset=Author.objects.none()) }}}

This issue was discussed on #django.
"		closed	Documentation	1.1		fixed	modelformset_factory		Ready for checkin	1	0	0	0	0	0
