Julian, The django-developers mailing list for discussing the development of Django itself; django-users is the appropriate forum for this type of question.
There are no lookups for hour, minute, second because this functionality may be accomplished by utilizing a `range` lookup with Python `datetime` objects (which may be specified down to the hour, minute, and second). See: http://www.djangoproject.com/documentation/db-api/#range -Justin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
