﻿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
27015	Hidden widget shouldn't have maxlength/minlength attributes	Claude Paroz	nobody	"This was reported against django-contrib-comments: https://github.com/django/django-contrib-comments/pull/94

The `widget_attrs()` method of `forms.CharField` is currently transmitted its min_length/max_length attributes to the related widget. It should not do it for hidden widgets as the specs don't list those attributes as permitted attributes.
https://www.w3.org/TR/html-markup/input.hidden.html"	Cleanup/optimization	closed	Forms	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
