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

Update datatypes.py to handle dict on properties #73

Closed thibauddavid closed 9 years ago

thibauddavid commented 9 years ago

As a dict's iterator returns keys, sending {"key" : "value"} resulted in receiving ["key"] on dashboard Uses dict.iteritems() instead