Changes between Version 4 and Version 6 of Ticket #27263


Ignore:
Timestamp:
Sep 25, 2016, 10:36:50 PM (8 years ago)
Author:
Alexey Rogachev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27263

    • Property Triage Stage UnreviewedSomeday/Maybe
    • Property Summary Don't apply the rest of validators if the first one failedAllow validators to short-circuit in form field validation
  • Ticket #27263 – Description

    v4 v6  
    3535        super(ChartForm, self).__init__(*args, **kwargs)       
    3636        for validator in self.fields['import_file'].validators:
    37             validator.form = self.fields['import_file']
     37            validator.field = self.fields['import_file']
    3838}}}
    3939
Back to Top