Skip to content

Commit 5f14f36

Browse files
committed
Add composite field behaviour change to HISTORY
1 parent c3d1288 commit 5f14f36

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

HISTORY

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
===
33

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

610
2.4
711
===

0 commit comments

Comments
 (0)