[Fixed]-Django user details inline formset to exclude fields and ensure 1 form of inline filled

1👍

Your .clean() does not return self.cleaned_data (it needs to return cleaned_data or raise ValidationError()).

Leave a comment