1. 27 Jul, 2013 3 commits
  2. 29 May, 2013 2 commits
  3. 28 Mar, 2013 1 commit
  4. 26 Mar, 2013 2 commits
  5. 25 Mar, 2013 1 commit
  6. 15 Mar, 2013 4 commits
  7. 14 Mar, 2013 2 commits
  8. 12 Mar, 2013 2 commits
  9. 11 Mar, 2013 2 commits
  10. 10 Mar, 2013 4 commits
  11. 28 Feb, 2013 4 commits
  12. 26 Feb, 2013 5 commits
  13. 09 Feb, 2013 5 commits
  14. 07 Feb, 2013 2 commits
  15. 06 Feb, 2013 1 commit
    • Fixed #9- can save Pointers to Objects · d33a47cd
      Fixed #9 by allowing ParseResources to be converted into Pointers and
      back, such as when one object is set as an attribute of another. This
      required:
      
      - ParseResource now inherits Pointer
      - All values are now converted to ParseType in the initialization of a
      ParseResource
      - The `_to_native` method of ParseResource was changed to `_to_dict`,
      which allows `_to_native()` to construct a Pointer when one object is
      an attribute of another.
      
      Also:
      
      - Added test coverage and example to README
      
      - Fixed bug where many `from_native` methods used `self` instead of
      `cls`
      
      - `class_name` is converted to a string before being assigned to
      `DerivedClass.__name__` (necessary because it is unicode when returned
      from Parse)
      
      - Changed TestUser to rely on parse_user.User instead of
      parse_user.user.User
      David Robinson committed