Query for Intermediate table in Django

后端 未结 0 416
春和景丽
春和景丽 2021-01-04 07:31

I have a "many to many" relationship between two tables (Sample, Test) using the classes:

class Sample (models.Model):
    tests = ChainedManyToMany         


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