Answer the question
In order to leave comments, you need to log in
Why doesn't Breakpoint fire in PyCharm 3.1?
There is a method like this:
(2)def text_clean(self):
(1)text = self.cleaned_data.get('text', False)
if text == foo.bar:
raise forms.ValidationError()
else:
return self.cleaned_data['text']
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question