예제 #1
0
파일: forms.py 프로젝트: land-pack/site
 def clean_name(self):
     return fix_unicode(self.cleaned_data['name'])
예제 #2
0
파일: forms.py 프로젝트: aurpine/DMOJ-site
 def clean_name(self):
     return fix_unicode(self.cleaned_data['name'])
예제 #3
0
파일: forms.py 프로젝트: WallE256/site
 def clean_name(self):
     return fix_unicode(self.cleaned_data["name"])