Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion book/validation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ and then the groups in the group sequence are validated in order.
.. tip::

Group sequences cannot contain the group ``Default``, as this would create
a loop. Instead, use the group ``{ClassName}`` (e.g. ``User``) instead.
a loop. Instead, use the group ``{ClassName}`` (e.g. ``User``).

For example, suppose you have a ``User`` class and want to validate that the
username and the password are different only if all other validation passes
Expand Down