- 29 Jan, 2015 2 commits
-
-
Handle adding and removing relations by User.
David Robinson committed -
Marlon committed
-
- 16 Jan, 2015 4 commits
-
-
Update README.mkd with Role and ACL documentation.
David Robinson committed -
Handle adding and removing relations from Roles.
David Robinson committed -
Marlon committed
-
This adds addRelation and removeRelation capabilities to Role, making it possible to add users to the users column and roles to the roles column in a Role object, for example. This prevents the error of Role not having the attribute addRelation or removeRelation when trying to add users or roles to a Role, which is critical for Role functionality.
Marlon committed
-
- 01 Dec, 2014 1 commit
-
-
Update datatypes.py to handle dict on properties
David Robinson committed
-
- 21 Nov, 2014 1 commit
-
-
As a dict's iterator returns keys, sending {"key" : "value"} resulted in receiving ["key"] on dashboard Uses dict.iteritems() insteadTibabal committed
-
- 14 Nov, 2014 1 commit
-
-
dgrtwo committed
-
- 08 Nov, 2014 6 commits
-
-
add file support
David Robinson committed -
Dan Krause committed
-
Dan Krause committed
-
Dan Krause committed
-
Reverting 2fde6572 to fix #67 (lazy loading fails)
David Robinson committed -
Dan Krause committed
-
- 07 Nov, 2014 2 commits
-
-
Added role and ACL support
David Robinson committed -
Dan Krause committed
-
- 28 Oct, 2014 1 commit
-
-
Improve error messages.
David Robinson committed
-
- 27 Oct, 2014 2 commits
-
-
Mattias Granlund committed
-
Subclassing User object
David Robinson committed
-
- 26 Oct, 2014 2 commits
-
-
Mattias Granlund committed
-
Mattias Granlund committed
-
- 20 Oct, 2014 2 commits
-
-
fixed python 3 issue with str having __iter__ attribute
Roman Krejčík committed -
Tony Osibov committed
-
- 06 Oct, 2014 5 commits
-
-
ParseResource's need to know they've been loaded
David Robinson committed -
In __getattr__ we check to see if the object has been lazy loaded or not before we try to do attribute lookups. However, once the attributes have been loaded, we never record that. So this changes _init_attrs, which actually does the loading, to record that it's done so. This change took a loop I had that was taking 8-10s to finish down to .5-1s.
Dave Gadling committed -
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 1 commit
-
-
Roman Krejcik committed
-