Skip to content

Commit 8895f70

Browse files
committed
minor #11188 Add precision on the concerned fields in the Default validation group (florianbelhomme)
This PR was merged into the 3.4 branch. Discussion ---------- Add precision on the concerned fields in the Default validation group Explicitly tells which field's constraint is in the ``Default`` validation group. Commits ------- dbda710 Add precision on the concerned fields
2 parents 2c082d3 + dbda710 commit 8895f70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

validation/groups.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ With this configuration, there are three validation groups:
132132

133133
``Default``
134134
Contains the constraints in the current class and all referenced classes
135-
that belong to no other group.
135+
that belong to no other group. Contains the constraint on the ``city``
136+
field only.
136137

137138
``User``
138139
Equivalent to all constraints of the ``User`` object in the ``Default``

0 commit comments

Comments
 (0)