From 20b0c9f66a6206f337e2560781b994cfd57c2737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= Date: Wed, 14 Oct 2015 20:26:04 +0100 Subject: [PATCH] Add warning --- reference/constraints/Length.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/constraints/Length.rst b/reference/constraints/Length.rst index e32d42e36ef..69c5b3cb713 100644 --- a/reference/constraints/Length.rst +++ b/reference/constraints/Length.rst @@ -1,7 +1,7 @@ Length ====== -Validates that a given string length is *between* some minimum and maximum +Validates that a given string length is *between* some minimum (if is not null or blank, cf. the `min`_ option) and maximum value. +----------------+----------------------------------------------------------------------+