i'm stumped about some Django ORM behavior regarding MySQL TIME
types. Basically, i created a model to reflect an existing database,
and the models.TimeField values are returning string representations
(formatted as "HH:MM:SS") rather than datetime.time objects. More
details at the django-users group, where i've had no bites so far.
http://groups.google.com/group/django-users/browse_thread/thread/48369fc71e4b2fc9
It may be a bug in Django's MySQL backend, but i don't even know how
to reproduce it to report it. Anyone have an idea?