Hi,

zodman wrote:
> when a sumbit something on the admin interface of django haves this warning:
> 
> http://dpaste.com/30234/
> 
> http://dpaste.com/30235/
> 
> ever as the same a column 'message' on auth_message table.
> 
> im drop the database an gen again with syncdb

try to recreate your mysql db like this:

create database foo default character set utf8;

that fixed it for me. seems to be related to those tickets:

http://code.djangoproject.com/ticket/5007
http://code.djangoproject.com/ticket/4336

Alex

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to