﻿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
6606	django.newforms.form.BoundField.as_widget doesn't merge widget.attrs	moep	moep	"django.newforms.form.BoundField.as_widget doesn't merge widget.attrs

wich means if you specify additional attr in Field.widget_attrs they never make it into Widget.render

I could write a patch but I'm not quite sure if as_widget is the right place to do it. The return value 
of widget.attrs gets set to Field.widget_attrs so widget.render could do the merging as well, but then
you would have to change almost every widget.render function."		closed	Forms	dev		invalid			Unreviewed	0	0	0	0	0	0
