I'm trying to setup a Django app based on an existing sqlite3 db.
Everything going swimmingly, except for one pesky TimeField...

The problem seems to be that the db table has this column declared to
be of type TIME, and the django model thinks its of type TimeField.

But the data is of the format HH:MM rather than HH:MM:SS and so it
seems that Django is just ignoring the time values.

Any way round this?

Rachel


--~--~---------~--~----~------------~-------~--~----~
 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to