Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #167: Update docstring for 'Connection.save_entity'. #258

Merged
merged 2 commits into from
Oct 17, 2014
Merged

Fix #167: Update docstring for 'Connection.save_entity'. #258

merged 2 commits into from
Oct 17, 2014

Commits on Oct 17, 2014

  1. Update docstring for 'Connection.save_entity'.

    Indicate that upsert clears existing properties before applying those
    passed to the API.
    
    Fixes #167.
    tseaver committed Oct 17, 2014
    Configuration menu
    Copy the full SHA
    ef53536 View commit details
    Browse the repository at this point in the history
  2. Update doctstrings for 'Entity.save' and 'Connection.save_entity'.

    Reinforce that previously-stored properties which don't have values set
    in the current entity instance will be removed.
    tseaver committed Oct 17, 2014
    Configuration menu
    Copy the full SHA
    8e40313 View commit details
    Browse the repository at this point in the history