﻿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
9538	modelformset_factory cannot easily be used for only inserting	Collin Grady	Brian Rosner	"I just finished adding multi-file uploading to a little file management app I'm making, and it was far more difficult than it had to be to make it stop showing existing models as well as new forms.

modelformset_factory should have an option to work in add-only mode - I had to make my own subclass of `BaseModelFormSet` and set the queryset to an empty list to make it stop showing current models, which is quite a hack :)"	New feature	closed	Forms	1.3	Normal	fixed	modelform		Accepted	0	1	0	0	0	0
