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 47e4769 commit 38d44c2Copy full SHA for 38d44c2
reference/constraints/Length.rst
@@ -1,8 +1,12 @@
1
Length
2
======
3
4
-Validates that a given string length is *between* some minimum and maximum
5
-value.
+Validates that a given string length is *between* some minimum and maximum value.
+
6
+**Warning**: *null* and *blank* values are not handled by this constraint. To
7
+handle them, refers to the :doc:`/reference/constraints/Null`,
8
+:doc:`/reference/constraints/NotNull`, :doc:`/reference/constraints/Blank` and
9
+:doc:`/reference/constraints/NotBlank` constraints.
10
11
+----------------+----------------------------------------------------------------------+
12
| Applies to | :ref:`property or method <validation-property-target>` |
0 commit comments