harvest-dev team mailing list archive
-
harvest-dev team
-
Mailing list archive
-
Message #00626
Re: [Merge] lp:~nigelbabu/harvest/cache-add into lp:harvest
Opportunity.objects.only_valid().count()
is not the same as:
Opportunity.objects.filter(valid=True, last_updated=F('opportunitylist__last_updated')).count()
It adds an extra filter: opportunitylist__active=True
--
https://code.launchpad.net/~nigelbabu/harvest/cache-add/+merge/71904
Your team harvest-dev is requested to review the proposed merge of lp:~nigelbabu/harvest/cache-add into lp:harvest.
Follow ups
References