File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 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.
728728 For a list of all of the built-in validation constraints, see
729729 :doc: `/reference/constraints `.
730730
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-
736731Accessing Form Errors
737732~~~~~~~~~~~~~~~~~~~~~
738733
Original file line number Diff line number Diff line change @@ -548,11 +548,6 @@ corresponding errors printed out with the form. Read the
548548:doc: `Symfony validation documentation </validation >` to learn more about this
549549powerful feature.
550550
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-
556551Other Common Form Features
557552--------------------------
558553
You can’t perform that action at this time.
0 commit comments