On Fri, Jun 20, 2008 at 1:07 AM, Peter Melvyn <[EMAIL PROTECTED]> wrote:
>
> On 6/19/08, Russell Keith-Magee <[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;
>
>
> Should I create a ticket ;-)

I won't ever say no to a ticket. Make a proposal, and we will see if
it floats :-)

Yours
Russ Magee %-)

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