#5864: min_length CharField does not check against required=False in
cleaned_data()
----------------------------------+-----------------------------------------
Reporter:  [EMAIL PROTECTED]  |       Owner:  nobody                            
  Status:  new                    |   Component:  django.newforms               
    
 Version:  SVN                    |    Keywords:  min_length, required, 
cleaned_data
   Stage:  Unreviewed             |   Has_patch:  0                             
    
----------------------------------+-----------------------------------------
 with a formfield "myfield = CharField( min_length=6, max_length=75,
 required=False)"
 when accessing the form.cleaned_data(), raises an exception, and removing
 min_length=6 stops the exception from happening.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/5864>
Django Code <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
-~----------~----~----~----~------~----~------~--~---

Reply via email to