﻿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
29267	Refactor ModelForm to support separate fields	Victor Porton	nobody	"Now I am designing a form based on two models. I cannot use `ModelForm`, because I need to support ""splitting"" data into two models and versioning of one of these models.

So I manually create form fields based on model fields (repeating such arguments as `max_length`, what is against DRY).

I want given a model field to create its corresponding form field automatically (like to what `ModelForm` does, but for individual fields rather than for the entire model).

So, please factor `ModelForm` into smaller parts to support such usage."	New feature	closed	Forms	2.0	Normal	wontfix			Unreviewed	0	0	0	0	0	0
