NC
Size: a a a
NC
S
NC
a = A.objects.get(param1=param2)
b = B.objects.get(param3=a.param4)
S
A
NC
A
АТ
T
def clean_description(self):
description = self.cleaned_data['description']
if not description:
raise forms.ValidationError(_('The answer should not be empty!'))
return description
The view helpdesk.views.add didn't return an HttpResponse object. It returned None instead.
NC
def clean_description(self):
description = self.cleaned_data['description']
if not description:
raise forms.ValidationError(_('The answer should not be empty!'))
return description
The view helpdesk.views.add didn't return an HttpResponse object. It returned None instead.
T
NC
T
T
NC
T
NC
NC
MM