- 06 Oct, 2014 3 commits
-
-
Fix the relatedTo Query operator
David Robinson committed -
Basically, if we're asked to convert_to_parse a list, do it for everything in the list and return the list. All of the tests pass now, so I don't believe anything has been harmed in this change.
Dave Gadling committed -
It currently fails because: TypeError: <Game:XKz5Hfyxqw> is not JSON serializable
Dave Gadling committed
-
- 05 Oct, 2014 2 commits
-
-
Before this we were never passing in all of the data required for the relation lookup to work. Figured this out after looking at the 4th code example at https://parse.com/docs/rest#queries-relational and comparing to the request that was actually being sent. All the tests pass now.
Dave Gadling committed -
Making an Object, and then marking that it's got Relation's doesn't work. These tests demonstrate that. Next commit will fix whatever's needed so that these tests pass.
Dave Gadling committed
-
- 04 Aug, 2014 5 commits
-
-
great, thanks
Roman Krejčík committed -
dgrtwo committed
-
Andres Buritica committed
-
Add timeout to urlopen
David Robinson committed -
- Connection can sometimes hang forever on SSL handshake
Andres Buritica committed
-
- 22 Jul, 2014 1 commit
-
-
eg Subscription.Query.get(user=User(objectId='foo'))
Roman Krejcik committed
-
- 20 Jul, 2014 1 commit
-
-
Roman Krejcik committed
-
- 19 Jul, 2014 1 commit
-
-
Python3, tests for new features, small fix for __len__ and query copying
David Robinson committed
-
- 18 Jul, 2014 3 commits
-
-
Roman Krejcik committed
-
Object.factory returns user defined types if exists. Also returns same type for two calls with same arguments.
Roman Krejcik committed -
Roman Krejcik committed
-
- 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 1 commit
-
-
Add emailVerified to protected_attributes
David Robinson committed
-