一直没更新过,刚心血来潮,把 python 更新到了 3.7.1,mongodb 和 pymongo 也都更新了。
跑了一下得到警示
DeprecationWarning: update is deprecated. Use replace_one, update_one or update_many instead.
查了一下,原来从 3.0 版本开始:
The following methods are deprecated:
- save()
- insert()
- update()
- remove()
我真是 out 了,最常用的四个命令啊…… 感觉要改一堆东西了……
pymongo 完整版更新说明:
http://api.mongodb.com/python/3.7.2/changelog.html
页面里搜索 deprecated
mongodb 的 Deprecated List
哎,心累……
