﻿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
14082	modelform_factory should use the form's metaclass	Joseph Spiros	Honza Král	Currently, django.forms.models.modelform_factory always uses ModelFormMetaclass to create the returned form class, even in cases when the provided form class has specified its own metaclass. I've attached a patch which fixes this. Even though __metaclass__ will always be set for ModelForm subclasses, I retained the default functionality should there have been a case where a form class without a metaclass was provided to modelform_factory.	Bug	closed	Forms	dev	Normal	fixed	ModelForm, ModelFormMetaclass, modelform_factory	mmitar@… Stephen Burrows	Accepted	1	0	0	0	0	0
