We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d1288 commit 5f14f36Copy full SHA for 5f14f36
1 file changed
HISTORY
@@ -2,6 +2,10 @@
2
===
3
4
- 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.
9
10
2.4
11
0 commit comments