File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
Traverse
2
2
========
3
3
4
- Objects do not validate nested objects by default unless explicitly using this constraint.
5
- If only certain nested objects should be validated by cascade, consider using the :doc: `references/constraints/Valid `
6
- instead.
4
+ Objects do not validate nested objects by default unless explicitly using
5
+ this constraint.
6
+ If only specific nested objects should be validated by cascade, consider
7
+ using the :doc: `references/constraints/Valid ` instead.
7
8
8
9
+----------------+-------------------------------------------------------------------------------------+
9
10
| Applies to | :ref: `class <validation-class-target >` |
@@ -16,9 +17,10 @@ instead.
16
17
Basic Usage
17
18
-----------
18
19
19
- In the following example, create three classes ``Book ``, ``Author `` and ``Editor ``
20
- that all have constraints on their properties. Furthermore, ``Book ``
21
- stores an ``Author `` and an ``Editor `` instance that must be valid too::
20
+ In the following example, create three classes ``Book ``, ``Author `` and
21
+ ``Editor `` that all have constraints on their properties. Furthermore,
22
+ ``Book `` stores an ``Author `` and an ``Editor `` instance that must be
23
+ valid too::
22
24
23
25
.. configuration-block ::
24
26
You can’t perform that action at this time.
0 commit comments