﻿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
28761	Document prefixes in InlineFormsets	Jay Welborn	Jay Welborn	"When using [https://docs.djangoproject.com/en/1.11/ref/forms/models/#inlineformset-factory inlineformset_factory] to create an Inline Formset, django sets the formset's `prefix` to the `related name` from the child model. The [https://docs.djangoproject.com/en/1.11/topics/forms/modelforms/#inline-formsets Inline Formset topic guide] doesn't mention this.

I struggled with this trying to test an InlineFormset, and I'd like to add an example to the documentation to clarify this behavior. If this is something the community wants, I'll write the example and send a PR."	Cleanup/optimization	closed	Documentation	1.11	Normal	fixed	InlineFormsets		Ready for checkin	1	0	0	0	1	0
