> On Fri, Jun 20, 2008 at 1:07 AM, Peter Melvyn <[EMAIL PROTECTED]> wrote:
> > Yes, it is the intention. If Django requires test database with > > charset UTF8, IMHO it should create it using related clause. as well > > as proper engine should be choosen if we care about reference > > integrity, e.g. > > > > SET storage_engine=InnoDB; > > CREATE DATABASE xxx > > DEFAULT CHARACTER SET utf8 > > COLLATE utf8_xxx_ci; I found that Django is awared for this already: in django.test.utils is the function get_mysql_create_suffix() which reads values TEST_DATABASE_CHARSET and COLLATION from settings... > I won't ever say no to a ticket. Make a proposal, and we will see if > it floats :-) I've added a note highlighting this in paragraph describing django tests in contribution chapter and created ticket #7534 Peter --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---