Skip to content

Commit 5b22343

Browse files
Update Length doc
1 parent 18fd48c commit 5b22343

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

reference/constraints/Length.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ You can use the following parameters in this message:
201201
Parameter Description
202202
====================== ============================================================
203203
``{{ limit }}`` The expected maximum length
204+
``{{ min }}`` The expected minimum length
205+
``{{ max }}`` The expected maximum length
204206
``{{ value }}`` The current (invalid) value
205207
``{{ value_length }}`` The current value's length
206208
====================== ============================================================
@@ -233,6 +235,8 @@ You can use the following parameters in this message:
233235
Parameter Description
234236
====================== ============================================================
235237
``{{ limit }}`` The expected minimum length
238+
``{{ min }}`` The expected minimum length
239+
``{{ max }}`` The expected maximum length
236240
``{{ value }}`` The current (invalid) value
237241
``{{ value_length }}`` The current value's length
238242
====================== ============================================================

0 commit comments

Comments
 (0)