Is there a better way to do a $lookup (ie. a JOIN) with PyMODM QuerySet classes than this?

前端 未结 0 1650
天涯浪人
天涯浪人 2021-01-12 07:18

Model

Right now I have two PyMODM Models:

class PlaylistTrack(MongoModel):
    post = fields.ReferenceField(Post, primary_key=True)
    playlist_posi         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题