Support Widget.use_fieldset in admin forms
Currently, the admin doesn't respect Widget.use_fieldset
When a widget has this set, the field should be rendered in a fieldset, ideally with a legend tag (or the fieldset using aria-labelledby
) and have aria-describedby
to associate the helptext to the fieldset
All admin widgets should be reviewed as to whether use_fieldset
should be True
See this PR discussion for context: https://github.com/django/django/pull/18742#issuecomment-2460108968
Change History
(7)
Triage Stage: |
Unreviewed → Accepted
|
Cc: |
SAI GANESH S added
|
Owner: |
set to SAI GANESH S
|
Status: |
new → assigned
|
Patch needs improvement: |
set
|
Cc: |
SAI GANESH S removed
|
Owner: |
SAI GANESH S removed
|
Status: |
assigned → new
|
Owner: |
set to JakeWalson
|
Status: |
new → assigned
|
https://github.com/django/django/pull/18803