Exemple #1
0
 def clean(self):
     cleaned_data = super(SecondaryScoresForm, self).clean()
     cleaned_data = clean_mutant_query_and_screen_type(self, cleaned_data)
     return cleaned_data
Exemple #2
0
 def clean(self):
     cleaned_data = super(DoubleKnockdownForm, self).clean()
     cleaned_data = clean_mutant_query_and_screen_type(self, cleaned_data)
     return cleaned_data