﻿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
3959	[patch] newforms: label as first argument	Marty Alchin <gulopine@…>	nobody	It seems strange to me that model fields can have their `verbose_name` set as a single positional argument, but newforms labels require the `label=` prefix unless `required` and `widget` are also specified. This patch simply moves `label` to the front, so that forms may specify field labels as just a single positional argument, just like model field `verbose_name`s.		closed	Forms	dev		wontfix	newforms label,sprintdec01		Design decision needed	1	0	0	0	0	0
