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