﻿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
36829	ClearableFileInput.use_fieldset became True in Django 6.0	Johannes Maron	Johannes Maron	"Howdy y'all,

#35892 flipped `django.forms.widgets.ClearableFileInput.use_fieldset` from false to true.

The change can be found here: https://github.com/django/django/blame/4187da258fe212d494cb578a0bc2b52c4979ab95/django/forms/widgets.py#L533

This changes the form rendering outside the admin too. Probably just a small oversight and not an intentional change, since changes weren't accompanied by release notes.

Anyhow, both the input and the `use_fieldset` are part of the public documentation, and changes must undergo deprecation.

The problem gets amplified with #36828, since the current fieldset implementation violates HTML and WCAG 2.1

The only affected version is 6.0. I would recommend providing a regression patch in the next bugfix release.

Cheers!
Joe"	Bug	closed	Forms	6.0	Release blocker	fixed	fieldset, legend	Johannes Maron Antoliny David Smith	Ready for checkin	1	0	0	0	0	1
