How to correctly enforce field combination in another table (Django)?

后端 未结 0 724
隐瞒了意图╮
隐瞒了意图╮ 2020-12-21 21:18

I have Outcode model that has a one-to-many relationship with SubOutcode model:

class Outcode(models.Model):
    outcode = models.Ch         


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