Skip to content
New issue

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

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

Already on GitHub? # 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.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant