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