Opened 10 years ago

Closed 10 years ago

Last modified 9 years ago

#23162 closed Cleanup/optimization (fixed)

Rename Field._has_changed() to has_changed()

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

Description

And document it as a public API. This issue was raised in #21792.

Change History (4)

comment:1 by Gabriel Muñumel, 10 years ago

Owner: changed from nobody to Gabriel Muñumel
Status: newassigned

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

Resolution: fixed
Status: assignedclosed

In deed00c0d803d324a3dfdeba52458b6b009c1a90:

Fixed #23162 -- Renamed forms.Field._has_changed() to has_changed().

comment:4 by Tim Graham <timograham@…>, 9 years ago

In a3fe4add:

Refs #23162 -- Removed forms.Field._has_changed() method.

Per deprecation timeline.

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