On 12/1/06, Ivan Sagalaev <[EMAIL PROTECTED]> wrote: > > 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.
Thanks Ivan, this solves my problem... I will switch to psycopg2 > > > -- Honza Král E-Mail: [EMAIL PROTECTED] ICQ#: 107471613 Phone: +420 606 678585 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
