milesrichardson / ParsePy

A relatively up-to-date fork of ParsePy, the Python wrapper for the Parse.com API. Originally maintained by @dgrtwo
MIT License
515 stars 184 forks source link

Added documentation for Object() and Cloud Code #93

Closed quentinhayot closed 8 years ago

quentinhayot commented 9 years ago

I've been stuck on an issue for a day. When I tried to pass a parse_rest.datatypes.Object to my Cloud Code function, I got a "ValueError: Circular reference detected". You have to use ParseType.convert_to_parse() on your object to fix this (or am I doing this wrong ?)

I added this to the readme.

milesrichardson commented 8 years ago

I haven't noticed this issue, maybe it was fixed in the last year...