Skip to content

Commit

Permalink
Add composite field behaviour change to HISTORY
Browse files Browse the repository at this point in the history
  • Loading branch information
timsavage committed Mar 8, 2023
1 parent c3d1288 commit 5f14f36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
===

- Add ValidationErrorCollection helper for simplifying collection of errors in custom validation code.
- Change behaviour of to_python method on a CompositeField to not do a full clean.
This is not required as this should be completed during the validation stage.
This prevents double validation and solves the issue of resources not being populated at all if
any contained field contains an error.

2.4
===
Expand Down

0 comments on commit 5f14f36

Please sign in to comment.