File tree 1 file changed +11
-6
lines changed
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.
258
258
259
259
You can use the following parameters in this message:
260
260
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.
267
272
268
273
``pattern ``
269
274
~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments