Exemplo n.º 1
0
Arquivo: forms.py Projeto: 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
Exemplo n.º 2
0
Arquivo: forms.py Projeto: 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