- 17 Jul, 2014 4 commits
-
-
Roman Krejcik committed
-
independent derived queries - filter, limit, skip, select_related methods returns queryset copy instead of self This is proper implementation of idea suggested by orignal limit and skip methods based on metaclass (but not working at all) It works same as Django queries - original unfiltered query can be still executed or used to create different filter.
Roman Krejcik committed -
made skip and limit consistent with other query methods
Roman Krejcik committed -
Roman Krejcik committed
-
- 16 Jul, 2014 4 commits
-
-
select_related feature, result cache + few updates to have more Pythonic code
David Robinson committed -
selected_related - Django like method to declare related objects fetched with based query (using 'include' parameter from Parse API) https://www.parse.com/docs/rest#queries-relational
Roman Krejcik committed -
Roman Krejcik committed
-
it supports setup.py develop
Roman Krejcik committed
-
- 11 Jul, 2014 1 commit
-
-
dgrtwo committed
-
- 04 Jul, 2014 3 commits
- 30 Jun, 2014 1 commit
-
-
convert Date to iso8601 with 3 digits microseconds
David Robinson committed
-
- 28 Jun, 2014 1 commit
-
-
Yosi Taguri committed
-
- 17 Apr, 2014 5 commits
-
-
Fixing buggy interaction with Cloud Code
David Robinson committed -
Set up cloudcode directory as package_data so it would be included in tests not run in the downloaded directory. Also set up a tests.run_tests() function so that one wouldn't have to download setup.py to run tests, and modified README. Fixes #37
dgrtwo committed -
rwitten committed
-
rwitten committed
-
rwitten committed
-
- 11 Apr, 2014 1 commit
-
-
Added informative error message for 'Cannot filter for a constraint after filtering for a specific value': e.g. filter(score=20).filter(score__lt=30).
dgrtwo committed
-
- 09 Apr, 2014 3 commits
-
-
Add, Remove, and query Relations
David Robinson committed -
David Robinson committed
-
dgrtwo committed
-
- 08 Apr, 2014 2 commits
-
-
Add emailVerified to protected_attributes
David Robinson committed -
Without this change, you will not be able to save users with getting an error code":105,"error":"the emailVerified key is a reserved word.
Adam Lane committed
-
- 21 Jan, 2014 1 commit
-
-
Rafael Bermúdez committed
-
- 10 Jan, 2014 1 commit
-
-
Update datatypes to check for circular pointer references. Change circul...
David Robinson committed
-
- 08 Jan, 2014 1 commit
-
-
Update datatypes to check for circular pointer references. Change circular pointer references so that they return a string instead of pointer object for the secondary reference
Jon Morehouse committed
-
- 01 Oct, 2013 1 commit
-
-
Relational queries weren't possible because as_pointer was False from the Queryset, fixed and added test for relational query. Updated PyPI version.
David Robinson committed
-
- 07 Aug, 2013 1 commit
-
-
Python3 support
Raphael Lullis committed
-
- 31 Jul, 2013 1 commit
-
-
Williams Mendez committed
-
- 27 Jul, 2013 3 commits
-
-
Raphael Lullis committed
-
Raphael Lullis committed
-
Raphael Lullis committed
-
- 29 May, 2013 2 commits
-
-
Add master key header only if no user session is specified
David Robinson committed -
Clément committed
-
- 28 Mar, 2013 1 commit
-
-
David Robinson committed
-
- 26 Mar, 2013 2 commits
-
-
Installation instructions
David Robinson committed -
Robert Hanacek committed
-
- 25 Mar, 2013 1 commit
-
-
Added ParseBatcher class to execute batch create, update or delete operations with a single API call, including test cases and documentation. Also added ability to log in a user using Facebook or Twitter authorization.
David Robinson committed
-