﻿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
16286	Models virtual fields and ModelForms	loic84	nobody	"Problem: ModelForms do not expose models virtual fields.

In case of models composite fields that are managed by a single virtual field it would be useful to be able to supply a form field in ModelForms.

Currently the only virtual field in Django is GenericForeignKey and it doesn't need this feature because each local field it relies on is responsible for its own data. However it would be a great addition for 3rd parties composite fields where the virtual field would need to supply a form field, process the submitted value and then populate local fields for final storage.

"	New feature	closed	Database layer (models, ORM)	1.3	Normal	invalid		ognajd@… James Pic	Accepted	0	0	0	0	0	0
