Opened 8 years ago

Closed 8 years ago

Last modified 7 years ago

#26533 closed Cleanup/optimization (fixed)

Rename Widget._format_value() to format_value()

Reported by: Tim Graham Owned by: nobody
Component: Forms Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

This is a cleanup extracted from Preston's template-based widget rendering branch.

Change History (3)

comment:1 by Tim Graham, 8 years ago

Has patch: set

comment:2 by Tim Graham <timograham@…>, 8 years ago

Resolution: fixed
Status: newclosed

In 859eeaa0:

Fixed #26533 -- Renamed Widget._format_value() to format_value().

comment:3 by Tim Graham <timograham@…>, 7 years ago

In 58d3d14:

Refs #26533 -- Removed support for Widget._format_value() per deprecation timeline.

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