﻿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
25078	Support disabled form fields	Claude Paroz	nobody	"I'd like to propose adding support for disabled form fields in Django.
If it were only a matter of adding widget attributes, like it's feasible with the `readonly` attribute, it wouldn't need special treatment. However, the `disabled` attribute is particular in that user agents are not transmitting their values when POSTing form data.

A typical use case is a ModelForm where you'd like to disable some fields while still displaying all values. So currently, if you simply add `disabled` to the widget attributes, you'll have a problem: the form will clear the field as the value is not present in the data (and the field is not in excluded fields)."	New feature	closed	Forms	1.8	Normal	fixed			Ready for checkin	1	0	0	0	0	0
