We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73a8056 + fa1ef33 commit 903fb5fCopy full SHA for 903fb5f
rest_framework/fields.py
@@ -509,7 +509,7 @@ class CharField(Field):
509
default_error_messages = {
510
'blank': _('This field may not be blank.'),
511
'max_length': _('Ensure this field has no more than {max_length} characters.'),
512
- 'min_length': _('Ensure this field has no more than {min_length} characters.')
+ 'min_length': _('Ensure this field has at least {min_length} characters.')
513
}
514
initial = ''
515
coerce_blank_to_null = False
0 commit comments