Honza Král wrote: > I get a ProgrammingError, the SQL command is missing quotes around the > value in question. I worked around this using str( > form.clean()['form_field'] ), but that doesn't strike me as very nice.
As far as I remember psycopg2 does correctly accept unicode strings. You can just install it and use 'postrgesql_psycopg2' as a backend. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---
