Opened 8 years ago

Closed 7 years ago

Last modified 7 years ago

#27299 closed Cleanup/optimization (fixed)

Document Widget.use_required_attribute()

Reported by: Tim Graham Owned by: Jon Dufresne
Component: Documentation Version: 1.10
Severity: Normal Keywords:
Cc: Jon Dufresne Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

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)

comment:1 by Tim Graham, 8 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Jon Dufresne, 8 years ago

Owner: changed from nobody to Jon Dufresne
Status: newassigned

I will try to find some time for this.

comment:3 by Jon Dufresne, 7 years ago

Has patch: set

comment:4 by Tim Graham, 7 years ago

Triage Stage: AcceptedReady for checkin

comment:5 by Jon Dufresne <jon.dufresne@…>, 7 years ago

Resolution: fixed
Status: assignedclosed

In c74378b:

Fixed #27299 -- Documented the Widget.use_required_attribute() method.

Thanks Tim Graham for the review and edits.

comment:6 by Jon Dufresne <jon.dufresne@…>, 7 years ago

In dda9a592:

[1.10.x] Fixed #27299 -- Documented the Widget.use_required_attribute() method.

Thanks Tim Graham for the review and edits.

Backport of c74378b from master

Note: See TracTickets for help on using tickets.
Back to Top