Document Widget.use_required_attribute()
The Widget.use_required_attribute() method added in fab46ce6f5a0a58c4e5e39c9e5e412702beb4a64 seems to be a useful public API. The following use case came up in #django-dev: "I am using a WYSIWYG on the client side, it is hiding a textarea which is required, chrome spits out a silient JS error that a required field can not be "focused"."
Change History
(6)
| Triage Stage: |
Unreviewed → Accepted
|
| Owner: |
changed from nobody to Jon Dufresne
|
| Status: |
new → assigned
|
| Triage Stage: |
Accepted → Ready for checkin
|
| Resolution: |
→ fixed
|
| Status: |
assigned → closed
|
I will try to find some time for this.