Re: how to do object lookup using hour ,minute

2010-02-08 Thread Bill Freeman
As far as I can see, there are two approaches to take. One is to filter the results of the query in python (Note: I'm not talking about the filter method of querysets). The downside to this is that the database still returns all objects, and you are discarding those that having the wrong minute v

how to do object lookup using hour ,minute

2010-02-06 Thread jimgardener
hi I am a beginner with python and django and am writing my first application.I need to retrieve some objects of my model class created at different minutes in an hour.The class stores a datetime value in a 'creationtime' ( DateTimeField )and have an associated 'subject' string which can get rep