Michal wrote:
> It seems like the test database is created in SQL_ASCII encoding. I 
> looked into psql terminal and found:
> 
>              List of databases
>        Name       |   Owner    | Encoding
> -----------------+------------+-----------
>   gr4unicode      | pgsql      | UNICODE
>   test_gr4unicode | gr4unicode | SQL_ASCII
> 
> DB gr4unicode was created by me, manually:
> 
>    CREATE DATABASE gr4unicode WITH ENCODING 'UNICODE';
> 
> Database test_gr4unicode was created dynamically by calling ./manage.py test

Ah! Yes I've stepped on this one too (wrong collation in my case). I 
don't know if it could be worked around currently... Looks like we need 
a way to specify db creation parameters.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to