﻿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
34689	Simplify usage of InlineFormSet in Class-based generic views	CyberFox001	nobody	"When you have 2 models, A and B, with B linked to A with a ForeignKey, you sometimes want to let user edit an instance of A with its linked B instances.

With django.contrib.admin you can easilly do that with ModelAdmin and StackedInline, or other inline, classes.

But not with Class-based generic views like CreateView and UpdateView.

In this case, if I understand it correctly, you need to override get_context_data() and form_valid() to manage the InlineFormSet.

It would be nice if we have a more easy way to do it. Something similar to what we have in ModelAdmin ?"	New feature	closed	Generic views	4.2	Normal	duplicate	InlineFormSet		Unreviewed	0	0	0	0	0	0
