Skip to content

Commit 701a134

Browse files
committed
Merge branch '2.2' into 2.3
2 parents 61b3ff2 + 8c7bdd6 commit 701a134

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

book/validation.rst

+3-4
Original file line numberDiff line numberDiff line change
@@ -777,10 +777,9 @@ user registers and when a user updates his/her contact information later:
777777
778778
With this configuration, there are two validation groups:
779779

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`);
780+
* ``User`` - contains the constraints that belong to no other group,
781+
and is considered the ``Default`` group. (This group is useful for
782+
:ref:`book-validation-group-sequence`);
784783

785784
* ``registration`` - contains the constraints on the ``email`` and ``password``
786785
fields only.

0 commit comments

Comments
 (0)