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