#13761: CharField.min_length doesn't work
------------------------------------------+---------------------------------
Reporter: orokusaki | Owner: nobody
Status: new | Milestone:
Component: Database layer (models, ORM) | Version: 1.2
Keywords: validators | Stage: Unreviewed
Has_patch: 1 |
------------------------------------------+---------------------------------
Using trunk from Friday or so,
I see
{{{self.validators.append(validators.MaxLengthValidator(self.max_length))}}},
but no
{{{self.validators.append(validators.MinLengthValidator(self.min_length))}}}
in db.models.fields.
Here's the exception, {{{using manage.py runserver 80}}}:
{{{TypeError: __init__() got an unexpected keyword argument
'min_length'}}}
Orokusaki
--
Ticket URL: <http://code.djangoproject.com/ticket/13761>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.