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 09bd46b commit 1e466a8Copy full SHA for 1e466a8
reference/constraints/Traverse.rst
@@ -20,7 +20,8 @@ Basic Usage
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::
+valid too. Instead of adding the ``Valid`` constraint to both fields,
24
+configure the ``Traverse`` constraint on the ``Book`` class.::
25
26
.. configuration-block::
27
0 commit comments