﻿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
7244	ModelChoicesField.__init__ and ModelMultipleChoicesField.__init__ must not pass a widget to the parent __init__.	Sebastian Noack	Adrian Holovaty	There is a bug in the ModelChoicesField and ModelMultipleChoicesField from django.newforms.models, which passed Select or MultipleSelect as default widget to the parent {{{__init__}}} if not specified. This breaks the ability to set the widget class attribute in derived classes. I wrote a patch, that fixes this.		new	Forms	dev					Unreviewed	1	0	0	0	0	0
