예제 #1
0
파일: forms.py 프로젝트: 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
예제 #2
0
파일: forms.py 프로젝트: 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