File tree 5 files changed +11
-7
lines changed 5 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -93,4 +93,5 @@ message
93
93
94
94
**type **: ``string `` **default **: ``This value should be greater than {{ compared_value }} ``
95
95
96
- This is the message that will be shown if the value is not equal.
96
+ This is the message that will be shown if the value is not greather than the
97
+ comparison value.
Original file line number Diff line number Diff line change 1
1
GreaterThanOrEqual
2
- ===========
2
+ ==================
3
3
4
4
.. versionadded :: 2.3
5
5
This constraint is new in version 2.3.
@@ -92,4 +92,5 @@ message
92
92
93
93
**type **: ``string `` **default **: ``This value should be greater than or equal to {{ compared_value }} ``
94
94
95
- This is the message that will be shown if the value is not equal.
95
+ This is the message that will be shown if the value is not greater than or equal
96
+ to the comparison value.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ IdenticalTo
5
5
This constraint is new in version 2.3.
6
6
7
7
Validates that a value is identical to another value, defined in the options.
8
- To force that a value is *not * equal , see
8
+ To force that a value is *not * identical , see
9
9
:doc: `/reference/constraints/NotIdenticalTo `.
10
10
11
11
.. caution ::
@@ -98,4 +98,4 @@ message
98
98
99
99
**type **: ``string `` **default **: ``This value should be identical to {{ compared_value_type }} {{ compared_value }} ``
100
100
101
- This is the message that will be shown if the value is not equal .
101
+ This is the message that will be shown if the value is not identical .
Original file line number Diff line number Diff line change @@ -93,4 +93,5 @@ message
93
93
94
94
**type **: ``string `` **default **: ``This value should be less than {{ compared_value }} ``
95
95
96
- This is the message that will be shown if the value is not equal.
96
+ This is the message that will be shown if the value is not less than the
97
+ comparison value.
Original file line number Diff line number Diff line change @@ -92,4 +92,5 @@ message
92
92
93
93
**type **: ``string `` **default **: ``This value should be less than or equal to {{ compared_value }} ``
94
94
95
- This is the message that will be shown if the value is not equal.
95
+ This is the message that will be shown if the value is not less than or equal
96
+ to the comparison value.
You can’t perform that action at this time.
0 commit comments