class MinLengthValidator(min_length, message=None)
[source]
Raises a ValidationError
with a code of 'min_length'
if the length of value
is less than min_length
.
class MinLengthValidator(min_length, message=None)
[source]
Raises a ValidationError
with a code of 'min_length'
if the length of value
is less than min_length
.
Please login to continue.