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