Changes between Initial Version and Version 1 of Ticket #7074, comment 21
- Timestamp:
- Jun 12, 2014, 2:10:46 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7074, comment 21
initial v1 1 1 Can someone help me in reproducing this now. Because `__gt, __gte` works for both `DateTimeField` as well as `DateField`. If that's not the only issue here, kindly point me to what I have been missing. 2 3 I did: 4 {{{ 5 s = "2014-06-12 11:57" 6 Comment.objects.filter(article__pub_date__gte=s) 7 }}}