Skip to content

Commit cb9c9d1

Browse files
committed
[#1864] Tweaking to remove more deprecated constraints
1 parent 3a151ea commit cb9c9d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

book/forms.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,8 +572,7 @@ the correct values of a number of field options.
572572

573573
* ``max_length``: If the field is some sort of text field, then the ``max_length``
574574
option can be guessed from the validation constraints (if ``Length`` or
575-
``MaxLength`` or ``Max`` is used) or from the Doctrine metadata (via the
576-
field's length).
575+
``Range`` is used) or from the Doctrine metadata (via the field's length).
577576

578577
.. note::
579578

0 commit comments

Comments
 (0)