- 28 Jul, 2016 4 commits
-
-
added keys() queryset function
Miles Richardson committed -
Adds additional support for Relations.
Miles Richardson committed -
add support for jobs end point
Miles Richardson committed -
Fix error iteration on dictionary python
Miles Richardson committed
-
- 15 Jun, 2016 1 commit
-
-
Teeh Amaral committed
-
- 23 May, 2016 1 commit
-
-
Miles Richardson committed
-
- 13 May, 2016 4 commits
-
-
Miles Richardson committed
-
Miles Richardson committed
-
Miles Richardson committed
-
Dave Robinson committed
-
- 06 Apr, 2016 3 commits
-
-
Dan Robinson committed
-
Dan Robinson committed
-
work with self-hosted parse server
Daniel Robinson committed
-
- 28 Mar, 2016 3 commits
-
-
Miles Richardson committed
-
Miles Richardson committed
-
Miles Richardson committed
-
- 25 Mar, 2016 2 commits
-
-
Miles Richardson committed
-
Miles Richardson committed
-
- 23 Feb, 2016 1 commit
-
-
Amit Malhotra committed
-
- 23 Dec, 2015 1 commit
-
-
Relations are different from traditional SQL join tables.
johnk committed
-
- 21 Dec, 2015 1 commit
-
-
Changed some comments. Rewrote part of the documentation.
johnk committed
-
- 18 Dec, 2015 1 commit
-
-
Polished code, added comments. Also tested integration with some external code.
johnk committed
-
- 05 Dec, 2015 1 commit
-
-
johnk committed
-
- 04 Dec, 2015 3 commits
-
-
Tests with and without pre-existing schema on the server. Cleaned up logic pyramids, eliminated redundant flag. Found bug in test of inserting object of incorrect type.
johnk committed -
Code coverage revealed some untested paths related to retrieving rows from Parse, rehydrating objects, and then using relation(), and using relation() before it has a type.
johnk committed -
Adds a relation() method to objects. It returns a Relation with methods to add(), remove(), and query() for related objects.
johnk committed
-
- 30 Nov, 2015 1 commit
-
-
with MasterKey('key'):David Robinson committed
-
- 29 Sep, 2015 1 commit
-
-
Added automatic conversion of array of pointers to parse object
David Robinson committed
-
- 22 Aug, 2015 1 commit
-
-
Felipe Lavratti committed
-
- 09 Aug, 2015 1 commit
-
-
Fix to SessionToken __exit__ . Addition of MasterKey class to have master key removed upon exit of with statement.
Justin Poehnelt committed
-
- 16 Jul, 2015 2 commits
-
-
Suport regex query-constrains
Dan Krause committed
-
- 22 Jun, 2015 1 commit
-
-
workaround for #113
Dan Krause committed
-
- 05 Jun, 2015 1 commit
-
-
Added Remove Field support on Object, including tests
Dan Krause committed
-
- 04 Jun, 2015 3 commits
-
-
Removed extra line after `testCanRemoveField` test case
Felipe Lavratti committed -
Felipe Lavratti committed
-
The `remove` method works like the `increment` method of the `Object` class, but instead incrementing it clears a column value.
Felipe Lavratti committed
-
- 05 May, 2015 1 commit
-
-
dgrtwo committed
-
- 16 Apr, 2015 2 commits
-
-
Fixed minor problems caused by tests
David Robinson committed -
Dan Robinson committed
-