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] Add **kwargs to to_mongo() #18

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

Conversation

malthejorgensen
Copy link

Since 30fdd3e, the to_mongo()-method is passed a fields keyword argument when saving.

The current extras-mongoengine master doesn't work with the current mongoengine master (2016-04-28), as the fields defined in this package is missing the handling of **kwargs.

Since MongoEngine/extras-mongoengine@30fdd3e, the
`to_mongo()`-method is passed a `fields` keyword argument when saving.
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.

1 participant