Changes between Version 2 and Version 3 of Ticket #32920


Ignore:
Timestamp:
Jul 12, 2021, 8:59:16 PM (3 years ago)
Author:
Chris Jerdonek
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32920 – Description

    v2 v3  
    1010    return [name for name, bf in self._bound_items() if bf._did_change()]
    1111}}}
     12
     13A similar change could be made to `BaseForm._clean_fields()`.
Back to Top