You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got a MultipleInvalid exception, and its repr delegates to .errors, which is a list of other errors. The ValueInvalid errors I got has pretty useless repr:
ValueInvalid('not a valid value',)
Its str form is much more informative:
not a valid value @ data['some_key'][0]
The text was updated successfully, but these errors were encountered:
I got a MultipleInvalid exception, and its repr delegates to
.errors
, which is a list of other errors. The ValueInvalid errors I got has pretty useless repr:Its str form is much more informative:
The text was updated successfully, but these errors were encountered: