Closed aachurin closed 6 years ago
str check is missing here:
str
if args[0] is None or isinstance(args[0], (bool, int, float, list)): raise ValidationError('Must be an object.')
Could you (or anyone else) submit this as a pull request?
see PR #560
Resolved, thanks!
str
check is missing here: