Re: New field lookups

2008-02-16 Thread Justin Bronn

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 django-developers@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-developers?hl=en
-~--~~~~--~~--~--~---



New field lookups

2008-02-16 Thread Julian

Hi there,

writing a statistic-software i do need field lookups like day, year
but more specific: hour, minute, second.

what about those? can i modify my django-app to add them?

regards
julian
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@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-developers?hl=en
-~--~~~~--~~--~--~---