From 5f14f36fa753527b22b26b28e0b521075c140118 Mon Sep 17 00:00:00 2001 From: Tim Savage Date: Thu, 9 Mar 2023 01:11:16 +1100 Subject: [PATCH] Add composite field behaviour change to HISTORY --- HISTORY | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HISTORY b/HISTORY index 8aef028..4710354 100644 --- a/HISTORY +++ b/HISTORY @@ -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 ===