﻿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
17557	Refactor form CBV to remove some unnecessary complexity	Travis Swicegood	nobody	While creating a CBV to work with inline formsets, I ran into a few places where copy-n-paste was the only way to adjust the behavior that I was after and keep the same feel of the internal Django CBV.  This refactor removes the need to copy-n-paste out of `get` in order to add additional data by moving the generation of the `form` context data into `get_context_data`.	Cleanup/optimization	closed	Generic views	1.4-alpha-1	Normal	wontfix			Design decision needed	1	0	0	0	0	0
