﻿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
11451	Retrieving forms fields that are specific to a certian base class	Filip Gruszczyński	nobody	"When I create a mixin from two forms and in one of the base forms I would like to access only fields that are specific to this base class, it can't be easily done. Form class could have some class method, that would return list of fields' names, that are specific for this form.

My motivation for this is that I am using completely different model backend, that is accessed through web services. When I save an object in one of the base classes, I need to pass specifically fields accepted by the web service, but if use {{{for name in self.field}}}, I get all fields from all base classes. I hacked it using dir on a base class, but that's ugly and I would love to use something cleaner."		closed	Uncategorized	1.0		invalid			Unreviewed	0	0	0	0	0	0
