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
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
2 matches
Mail list logo