Changes between Initial Version and Version 1 of Ticket #17612, comment 3


Ignore:
Timestamp:
Jan 29, 2012, 3:58:19 PM (12 years ago)
Author:
Anssi Kääriäinen

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17612, comment 3

    initial v1  
    1 Sorry, can you get wrong results when you run a query against the table using Django ORM?
     1Can you get wrong results when you run a query against the table using Django ORM?
    22
    33So, does `StoreBill.objects.filter(date__gte=thedate).count()` produce different results if you write that query correctly by hand?
Back to Top