Thanks to visit codestin.com Credit goes to github.com
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 a61c8c6 commit 2edc188Copy full SHA for 2edc188
reference/constraints/NotBlank.rst
@@ -1,9 +1,10 @@
1
NotBlank
2
========
3
4
-Validates that a value is not blank, defined as not strictly ``false``, not equal to a blank
5
-string and also not equal to ``null``. To force that a value is simply not equal to
6
-``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`
7
+constraint.
8
9
+----------------+------------------------------------------------------------------------+
10
| Applies to | :ref:`property or method <validation-property-target>` |
0 commit comments