Skip to content

Commit 070450b

Browse files
committed
Removed some unneeded versionadded directives
1 parent 68cd260 commit 070450b

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

components/form.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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-
736731
Accessing Form Errors
737732
~~~~~~~~~~~~~~~~~~~~~
738733

forms.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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
549549
powerful 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-
556551
Other Common Form Features
557552
--------------------------
558553

0 commit comments

Comments
 (0)