File tree 2 files changed +0
-10
lines changed
2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -728,11 +728,6 @@ and the errors will display next to the fields on error.
728
728
For a list of all of the built-in validation constraints, see
729
729
:doc: `/reference/constraints `.
730
730
731
- .. versionadded :: 5.2
732
-
733
- Constraint message can contains ``{{ label }} `` placeholder that will be replaced
734
- by corresponding form field label (in view of ``label_format `` option).
735
-
736
731
Accessing Form Errors
737
732
~~~~~~~~~~~~~~~~~~~~~
738
733
Original file line number Diff line number Diff line change @@ -548,11 +548,6 @@ corresponding errors printed out with the form. Read the
548
548
:doc: `Symfony validation documentation </validation >` to learn more about this
549
549
powerful feature.
550
550
551
- .. versionadded :: 5.2
552
-
553
- Constraint message can contains ``{{ label }} `` placeholder that will be replaced
554
- by corresponding form field label (in view of ``label_format `` option).
555
-
556
551
Other Common Form Features
557
552
--------------------------
558
553
You can’t perform that action at this time.
0 commit comments