﻿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
12758	Widgets are ignored	technologix	nobody	"class AuthorForm(ModelForm):
    class Meta:
        model = Author
        fields = ['name', 'title', 'birth_date']
        widgets = {
            'name': Textarea(attrs={'cols': 80, 'rows': 20}),
        }

The widgets fields in Meta are ignored ? I cannot change the default widgets.
"		closed	Forms	1.1		invalid			Unreviewed	0	0	0	0	0	0
