File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 86
86
87
87
**type **: ``boolean `` **default **: ``false ``
88
88
89
- If this option is ``true ``, then the constraint will valid the value as
90
- `ISO 3166-1 alpha-3 `_ three-letter codes (e.g. France = ``FRA ``) instead
91
- of the default `ISO 3166-1 alpha-2 `_ two-letter codes (e.g. France = ``FR ``).
89
+ If this option is ``true ``, the constraint checks that the value is a
90
+ `ISO 3166-1 alpha-3 `_ three-letter code (e.g. France = ``FRA ``) instead
91
+ of the default `ISO 3166-1 alpha-2 `_ two-letter code (e.g. France = ``FR ``).
92
92
93
93
.. include :: /reference/constraints/_groups-option.rst.inc
94
94
Original file line number Diff line number Diff line change 87
87
88
88
**type **: ``boolean `` **default **: ``false ``
89
89
90
- If this option is ``true ``, then the constraint will valid the value as
91
- `ISO 639-2 `_ three-letter codes (e.g. French = ``fra ``) instead
92
- of the default `ISO 639-1 `_ two-letter codes (e.g. French = ``fr ``).
90
+ If this option is ``true ``, the constraint checks that the value is a
91
+ `ISO 639-2 `_ three-letter code (e.g. French = ``fra ``) instead of the default
92
+ `ISO 639-1 `_ two-letter code (e.g. French = ``fr ``).
93
93
94
94
.. include :: /reference/constraints/_groups-option.rst.inc
95
95
You can’t perform that action at this time.
0 commit comments