TimeField woes with existing database

2006-11-04 Thread [EMAIL PROTECTED]
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

TimeField woes with existing database

2006-11-02 Thread Rachel Willmer
(This is a duplicate of a message I sent yesterday via Google Groups which doesn't seem to have showed up yet) I'm trying to use an existing sqlite3 database with a new Django application. All going swimmingly apart from a problem with one db column. The db column is of type TIME, the Django mod