File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -258,12 +258,17 @@ This is the message that will be shown if this validator fails.
258258
259259You can use the following parameters in this message:
260260
261- =============== ==============================================================
262- Parameter Description
263- =============== ==============================================================
264- ``{{ value }} `` The current (invalid) value
265- ``{{ label }} `` Corresponding form field label
266- =============== ==============================================================
261+ ================= ==============================================================
262+ Parameter Description
263+ ================= ==============================================================
264+ ``{{ value }} `` The current (invalid) value
265+ ``{{ label }} `` Corresponding form field label
266+ ``{{ pattern }} `` The expected matching pattern
267+ ================= ==============================================================
268+
269+ .. versionadded :: 6.3
270+
271+ The ``{{ pattern }} `` parameter was introduced in 6.3.
267272
268273``pattern ``
269274~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments