Skip to content

Comments

Allow exclude_none, exclude_unset, exclude_defaults on engine.save() #180

Open
hellocoldworld wants to merge 7 commits intoart049:masterfrom
hellocoldworld:master
Open

Allow exclude_none, exclude_unset, exclude_defaults on engine.save() #180
hellocoldworld wants to merge 7 commits intoart049:masterfrom
hellocoldworld:master

Conversation

@hellocoldworld
Copy link

@hellocoldworld hellocoldworld commented Sep 7, 2021

Allow passing exclude keyword arguments to engine.save.
Fixes #162

Nicolas Martinez and others added 7 commits September 7, 2021 14:09
Allow passing exclude keyword arguments to engine.save.
The class seems to have been remove in pydantic 1.9.0a2, causing odmantic to fail at import time and since 
the annotation is stringified, the import is not _strictly_ necessary.
@art049 art049 changed the title Addresses #162 Allow exclude_none, exclude_unset, exclude_defaults on engine.save() Aug 31, 2022
@art049 art049 force-pushed the master branch 2 times, most recently from 5bd1656 to a99a258 Compare November 3, 2023 20:39
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.

Allow exclude_none, exclude_unset, exclude_defaults on engine.save()

1 participant