We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99aca45 commit 230c4fcCopy full SHA for 230c4fc
book/validation.rst
@@ -844,8 +844,8 @@ the string ``Default``.
844
If you have inheritance (e.g. ``User extends BaseUser``) and you validate
845
with the class name of the subclass (i.e. ``User``), then all constraints
846
in the ``User`` and ``BaseUser`` will be validated. However, if you validate
847
- using the base class (i.e. ``BaseUser``), then only the constraints in
848
- the ``BaseUser`` group will be validated.
+ using the base class (i.e. ``BaseUser``), then only the default constraints in
+ the ``BaseUser`` class will be validated.
849
850
To tell the validator to use a specific group, pass one or more group names
851
as the second argument to the ``validate()`` method::
0 commit comments