#12852: 1406, "Data too long for column 'name'..." on syncdb
----------------------------------+-----------------------------------------
 Reporter:  fvlima                |       Owner:  nobody    
   Status:  new                   |   Milestone:            
Component:  django.contrib.admin  |     Version:  1.1       
 Keywords:                        |       Stage:  Unreviewed
Has_patch:  0                     |  
----------------------------------+-----------------------------------------
 Hi!

 If the an class in django model have more than 40 characters in his name,
 where you run the syncdb, the error "Data too long..." will be displayed
 when run syncdb, becouse the table auth_permission have the "name" column
 with varchar 50. Then, django try create the permissions "can delete",
 "can change" added with the name of class.

 I updated to the most recent version, and this error continues.

 Regards,

 Fred

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