django: join two tables without foreignkey

前端 未结 0 1595
無奈伤痛
無奈伤痛 2020-12-05 13:08

I have two models which I want to join but they don\'t have any foreignkey

class Invoice(models.Model):
    invoice_id                      = models.IntegerFi         


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