I am using utf-8
general case insensitive for for mysql database, but django
creates a test db with latin collation
I have set this:
TEST_CHARSET="utf8_general_ci"
TEST_COLLATION="utf8_general_ci"
In the settings file, but to no avail.
What else should i do?