#14410: django.db.models.fields.__init__.py class Field.validate failed
--------------------------------------+-------------------------------------
 Reporter:  ctao                      |       Owner:            
   Status:  new                       |   Milestone:            
Component:  ORM aggregation           |     Version:  1.2       
 Keywords:  db models Field validate  |       Stage:  Unreviewed
Has_patch:  1                         |  
--------------------------------------+-------------------------------------
 The validate failed if a value is a list.

 e.g.

 {{{
 self._choices = [(u'PE', u'PE'), (u'Img', u'Img'), (u'Unknown',
 u'Unknown'), (u'Other', u'Other')]
 value = [u'PE', u'Other']
 }}}

-- 
Ticket URL: <http://code.djangoproject.com/ticket/14410>
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.

Reply via email to