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.
2 parents 61b3ff2 + 8c7bdd6 commit 701a134Copy full SHA for 701a134
book/validation.rst
@@ -777,10 +777,9 @@ user registers and when a user updates his/her contact information later:
777
778
With this configuration, there are two validation groups:
779
780
-* ``Default`` - contains the constraints not assigned to any other group;
781
-
782
-* ``User`` - contains the constraints that belongs to group ``Default``
783
- (this group is useful for :ref:`book-validation-group-sequence`);
+* ``User`` - contains the constraints that belong to no other group,
+ and is considered the ``Default`` group. (This group is useful for
+ :ref:`book-validation-group-sequence`);
784
785
* ``registration`` - contains the constraints on the ``email`` and ``password``
786
fields only.
0 commit comments