Refty / mongo-thingy

:leaves: Powerful schema-less ODM for MongoDB and Python (sync + async)
https://mongo-thingy.readthedocs.io
MIT License
68 stars 12 forks source link

Replace deprecated .insert by .insert_one #27

Closed guilbep closed 4 years ago

guilbep commented 6 years ago

It seems like the .insert function is deprecated. It should be a good idea to replace insert by insert_one.

guilbep commented 6 years ago

Good job @trubesv !! Thank for the merge request.