- 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
-
- 15 Mar, 2013 4 commits
-
-
Push and Installation Query seems to be working now. Removing from the list of "PLANNED" items.
Raphael Lullis committed -
breaking down of Push send into two distinct methods, Push.alert (for json data) and Push.message (for text). Uses 'where' as an optional variable to make specific queries, and pass any other optional parameters through **kw)
Raphael Lullis committed -
Thanks for the work. I will break down the "send text" and "send json" into two distinct methods (Push.message and Push.alert?)
Raphael Lullis committed -
Found out that User.signup was not actually returning a valid User instance (missing username). Fixed and improved test to catch the problem.
Raphael Lullis committed
-
- 14 Mar, 2013 2 commits
-
-
Galves, Miguel committed
-
Added new push optional parameters and the possibility to send a json payload instead of a simple string message
Galves, Miguel committed
-
- 12 Mar, 2013 2 commits
-
-
Raphael Lullis committed
-
Raphael Lullis committed
-
- 11 Mar, 2013 2 commits
-
-
Raphael Lullis committed
-
Raphael Lullis committed
-
- 10 Mar, 2013 4 commits
-
-
Raphael Lullis committed
-
Raphael Lullis committed
-
Raphael Lullis committed
-
Finally getting rid of all the senseless code on __init__, and creating the code (for exceptions) and connection (for access keys management and the ParseBase class) modules.
Raphael Lullis committed
-
- 28 Feb, 2013 4 commits
-
-
getting _editable_attrs to return a dict. That will make things easier to get only 'public' attributes from objects'
Raphael Lullis committed -
Raphael Lullis committed
-
Raphael Lullis committed
-
Adding authentication methods, and figured out that Parse does return sessionToken info if requests are made with master key set, so I'm adding a new way to setup the connection. Before any interaction with Parse, simply call ParseBase.register(app_id, rest_key, **optional_keys) and it will save them. So the library now becomes usable for applications both with or without the master key.
Raphael Lullis committed
-
- 26 Feb, 2013 2 commits
-
-
Raphael Lullis committed
-
Raphael Lullis committed
-