We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a151ea commit cb9c9d1Copy full SHA for cb9c9d1
book/forms.rst
@@ -572,8 +572,7 @@ the correct values of a number of field options.
572
573
* ``max_length``: If the field is some sort of text field, then the ``max_length``
574
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).
+ ``Range`` is used) or from the Doctrine metadata (via the field's length).
577
578
.. note::
579
0 commit comments