{ [ValidationError: The `User` instance is not valid. Details: `sex` is not included in the list (value: "female").]
name: 'ValidationError',
message: 'The `User` instance is not valid. Details: `sex` is not included in the list (value: "female").',
statusCode: 422,
details: { context: 'User', codes: [Object], messages: [Object] } }
It seems that neaty only put the first element of list into validation call.
Got this error:
It seems that neaty only put the first element of list into validation call.