Changes between Initial Version and Version 1 of Ticket #7074, comment 21


Ignore:
Timestamp:
Jun 12, 2014, 2:10:46 AM (10 years ago)
Author:
ANUBHAV JOSHI

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7074, comment 21

    initial v1  
    11Can 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
     3I did:
     4{{{
     5s = "2014-06-12 11:57"
     6Comment.objects.filter(article__pub_date__gte=s)
     7}}}
Back to Top