8000
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 2330cd8 commit b6357faCopy full SHA for b6357fa
book/validation.rst
@@ -809,10 +809,11 @@ user registers and when a user updates their contact information later:
809
810
With this configuration, there are three validation groups:
811
812
-* ``User`` - contains the constraints that belong to no other group;
+* ``Default`` - contains the constraints in the current class and all
813
+ referenced classes that belong to no other group;
814
-* ``Default`` - equivalent to the ``User`` group (This group is useful for
815
- :ref:`book-validation-group-sequence`);
+* ``User`` - equivalent to all constraints of the ``User`` object in the
816
+ ``Default`` group;
817
818
* ``registration`` - contains the constraints on the ``email`` and ``password``
819
fields only.
0 commit comments