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 b0c069a commit b11ad2eCopy full SHA for b11ad2e
reference/constraints/NotBlank.rst
@@ -1,9 +1,9 @@
1
NotBlank
2
========
3
4
-Validates that a value is not blank, defined as not equal to a blank string
5
-and also not equal to ``null``. To force that a value is simply not equal
6
-to ``null``, see the :doc:`/reference/constraints/NotNull` constraint.
+Validates that a value is not blank, defined as not strictly ``false``, not equal to a blank
+string and also not equal to ``null``. To force that a value is simply not equal to
+``null``, see the :doc:`/reference/constraints/NotNull` constraint.
7
8
+----------------+------------------------------------------------------------------------+
9
| Applies to | :ref:`property or method <validation-property-target>` |
0 commit comments