(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 model is type TimeField.

The times in the database are of the format hh:mm, and Django is
ignoring them because they aren't in the format hh:mm:ss (it seems to
me).

Not a showstopper for me, since I've modified the code which updates
the table to use the format Django expects, but I'm curious to know
whether it is possible to force Django to read from a db table which
uses that format for future reference.

Any ideas?
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to