milesrichardson / ParsePy

A relatively up-to-date fork of ParsePy, the Python wrapper for the Parse.com API. Originally maintained by @dgrtwo
MIT License
515 stars 184 forks source link

Query constraints #170

Open AdityaNayak opened 6 years ago

AdityaNayak commented 6 years ago

Hi,

I am trying to create a query where filter is (date>presentdate) but unable to find documentation on it on the project.

Here is what I have till now: .Query.all().filter(datestamp__greaterThan,present) Any pointers would be helpful.