Hi all, I want to bring into discussion the http://code.djangoproject.com/ticket/11984 (patch included) - I spent quite some time in order to discover what is the real problem and to find a solution for it.
Shortly when you try to use date_hierarchy with a mysql database where you have datetime fields with value '0000-00-00 00:00:00' - django will just crash. I know that this date is considered invalid by SQL standard but MySQL accepts it and many old databases do still use this value instead on NULL. In other words this may stop other people from migrating to django. Thanks, -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. 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.
