Example #1
0
File: forms.py Project: katur/eegi
 def clean(self):
     cleaned_data = super(SecondaryScoresForm, self).clean()
     cleaned_data = clean_mutant_query_and_screen_type(self, cleaned_data)
     return cleaned_data
Example #2
0
File: forms.py Project: katur/eegi
 def clean(self):
     cleaned_data = super(DoubleKnockdownForm, self).clean()
     cleaned_data = clean_mutant_query_and_screen_type(self, cleaned_data)
     return cleaned_data