On Fri, Jun 27, 2008 at 5:41 PM, David Reynolds
<[EMAIL PROTECTED]> wrote:

> Running with mysql backend created a few errors (I'm not sure if
> they're related so I've attached them in full, hope that's ok):

Hi David,

Thanks for doing this testing, but from the look of it, these errors
are all known, and unrelated to #2070 - they are due to two MySQL
specific issues:

1) The confusion between 0/1 and False/True on BooleanField

This is an issue with MySQL support that has existed for some time.
Strictly, it's only an issue with the test suite because 0 is not
literally the same as False, but it would be good to be able to ensure
that BooleanFields always return bool. I'm pretty sure there is a
ticket for it,  but I'm not sure what progress has been made on a fix.

2) Errors caused when your default collation for text fields isn't UTF-8.

This is a configuration problem on your setup. There is a ticket open
to document this precondition for running the Django test suite.

Yours,
Russ Magee %-)

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to