Hi django-users,

I developed an application locally and used it with my postgres
database, which used unicode as the server_encoding. Everything worked
fine.

Recently I deployed it onto a system where the postgres server_encoding
is sql_ascii.

After install, I started admin and added an object to the database
which contained an `รค`. Django did not warn me and wrote the object
into the database. But Django is unable to retrieve the object now and
crashes with a UnicodeDecodeError. Furthermore I can not access the
admin because of admin's `last change` list.

Clearing the tables brought me back to the start.

Is there an elegant way to solve this not making me overwrite every
save method and changing the databases encoding?

Regards,
-Justin


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers
-~----------~----~----~----~------~----~------~--~---

Reply via email to