Skip to content

improve validation groups references #9315

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 23, 2018
Merged
Show file tree
Hide file tree
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 validation/groups.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ With this configuration, there are three validation groups:
``User``
Equivalent to all constraints of the ``User`` object in the ``Default``
group. This is always the name of the class. The difference between this
and ``Default`` is explained below.
and ``Default`` is explained in :doc:`/validation/sequence_provider`.

``registration``
Contains the constraints on the ``email`` and ``password`` fields only.
Expand Down
2 changes: 1 addition & 1 deletion validation/sequence_provider.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ that group are valid, the second group, ``Strict``, will be validated.

.. caution::

As you have already seen in the previous section, the ``Default`` group
As you have already seen in :doc:`/validation/groups`, the ``Default`` group
and the group containing the class name (e.g. ``User``) were identical.
However, when using Group Sequences, they are no longer identical. The
``Default`` group will now reference the group sequence, instead of all
Expand Down