MongoEngine / flask-mongoengine

MongoEngine flask extension with WTF model forms support
Other
842 stars 254 forks source link

operation tracker uses outdated methods #448

Closed rimvislt closed 2 years ago

rimvislt commented 2 years ago

deprecated methods and not working anymore with "pymongo==3.12.3"

DEPRECATED - Use :meth:insert_one or :meth:insert_many instead. "insert": pymongo.collection.Collection.insert, DEPRECATED - Use :meth:replace_one, :meth:update_one, or :meth:update_many instead. "update": pymongo.collection.Collection.update, DEPRECATED - Use :meth:delete_one or :meth:delete_many instead. "remove": pymongo.collection.Collection.remove,

insspb commented 2 years ago

Hi @rimvislt thank you for report. Debug toolbar completely refactored from scratch. Now it does not patch anything at all. Available in master or in next version. Docs on read the docs.