﻿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
27387	"Rendering ""required"" as HTML attribute is not documented under Field.required"	karyon	Zbigniew Siciarz	"https://docs.djangoproject.com/en/1.10/releases/1.10/#forms says

{{{
Required form fields now have the required HTML attribute. Set the new Form.use_required_attribute attribute to False to disable it. The required attribute isn’t included on forms of formsets because the browser validation may not be correct when adding and deleting formsets.
}}}
i would expect all of that (it's rendered, can be disabled, isn't rendered in formsets) to appear somewhere around https://docs.djangoproject.com/el/1.10/ref/forms/fields/#required, but it does not.

ref https://code.djangoproject.com/ticket/27299. I guess this per-widget option should rather not be mentioned in the field documentation...?"	Cleanup/optimization	closed	Documentation	1.10	Normal	fixed		karyon	Accepted	1	0	0	0	0	0
