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

Add commit_many feature #385

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

RoundelRider
Copy link

Adds a commit_many() function to the BaseDataProxy and framework specific DocumentImplementation objects.

This enables single operations to change multiple documents, for example:

query = {'inventory_type': 'widget'}
WidgetDocument(reorder=True).commit_many(query)

This allows schema validation of the objects fields, and produces the correct payload for the pymongo update_many() function.

See #384 for a more detailed description.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant