Example #1
0
 def clean(self):
     cleaned_data = super(SimpleContestForm, self).clean()
     round = Round()
     self._set_dates(round)
     round.clean()
     return cleaned_data
Example #2
0
 def clean(self):
     cleaned_data = super(SimpleContestForm, self).clean()
     round = Round()
     self._set_dates(round)
     round.clean()
     return cleaned_data