#3783: Small issue with tutorial -------------------------------------+-------------------------------------- Reporter: [EMAIL PROTECTED] | Owner: jacob Status: new | Component: Uncategorized Version: SVN | Keywords: Stage: Unreviewed | Has_patch: 0 -------------------------------------+-------------------------------------- When following tutorial part2 and started admin interface and logged in with correct credentials there is possible way of getting ugly (well not that ugly) error screen about expecting string instead of array.array. This newbie show stopper seems to be related to users using MySQL and utf8_bin collation (at least my case), also related to #2335. Dropping the DB and recreating with utf8_general_ci collation and running syncdb seems to fix the problem. Would it be somehow possible to notify users about this in tutorial?
-- Ticket URL: <http://code.djangoproject.com/ticket/3783> 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 -~----------~----~----~----~------~----~------~--~---
