我已经开始在我的项目中使用 pymodm(https://github.com/ypriverol/biocontainers-backend/blob/master/biocontainers/common/models.py)。所有 CRUD 操作都运行良好。
但是,当我尝试使用对象调用检索特定 MongoModel 的对象列表时:
tool_versions_dic = MongoToolVersion.objects.all()
我收到了这个错误:
AttributeError: type object 'MongoToolVersion' has no attribute 'objects'