示例#1
0
def clean_scope(form):
    scope = form.cleaned_data['scope']
    return parse_scope(scope)
示例#2
0
 def clean_scope(self):
     scope = self.cleaned_data['scope']
     return parse_scope(scope)