As you know time data type in mysql allow to be used more than 24 hours, but when there is a more than 24 hours record in the table such as 72:00:00, and then query the table with Django ORM, it will report 'ValueError hour must be in 0..23'.
I'm porting a old program that record rum times of the machines to Django, so 24 hours is not enough for my new program. How can I resolve it ? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---