Hello,

I migrated my MySQL tables to Postgres.  Generally, the migration was
fine with one exception.  I have a table researchproj that included
two foreign keys (institution_id and contact_id).  I received the
following error:

Caught an exception while rendering: ('ascii', u'Jorge Gir\xf3n', 9,
10, 'ordinal not in range(128)')

when I tried to access the researchproj table through admin.  If I
delete the column contact_id, the error goes away.  If I add the
column back onto the table the error returns.  All the tables contain
data, although I created a test researchproj table with just one
tuple.  I've added, deleted and done acrobats trying to get the admin
to accept the column contact_id in the researchproj table.  I have
checked the sequence numbers for all tables, and also any referential
integrity issues with all the tables.  Can someone help?

Thanks,

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