1👍
✅
Your .clean()
does not return self.cleaned_data
(it needs to return cleaned_data
or raise ValidationError()
).
Source:stackexchange.com