Field.has_changed()
[source]
The has_changed()
method is used to determine if the field value has changed from the initial value. Returns True
or False
.
See the Form.has_changed()
documentation for more information.
Field.has_changed()
[source]
The has_changed()
method is used to determine if the field value has changed from the initial value. Returns True
or False
.
See the Form.has_changed()
documentation for more information.
Please login to continue.