Hi, it seems I'm the only one to run the test suite with mysql ;-)
Ticket #4711 - http://code.djangoproject.com/ticket/4711 Currently the tests break because mysql returns 0 or 1 for a BooleanField, not False or True. Postgresql returns False or True, and for Oracle there's some special code to make it return False or True (ironically, that's how the broken test case appeared ...) So--what shall be done? Clean it up in a slightly backwards incompatible way and make the mysql backend return proper boolean values, or remove the test case? So long, Michael --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---