On database updates, utf-8 strings like ’ raise an UnicodeDecodeError  
exception on line 19 of util.py (version 0.9.5). I can get around  
this by commenting out this code in util.py, but is there something  
else I could do?

self.db.queries.append({
     'sql': sql % tuple(params),
     'time': "%.3f" % (stop - start),
})

Thanks,
Beau


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to