Clean is not called against each element of a TypedListField
Closed this issue · 0 comments
timsavage commented
When the clean method is called on a TypedListField
it is expected that the clean method of TypedListField.field
would be called against each value in the list, this does not happen.
The side effect is that any validations are not triggered and bad data can be provided.