Why There is default values in Django admin ManyToManyField?

前端 未结 0 1149
庸人自扰
庸人自扰 2020-12-16 16:19

I have a model, named Tag that is defined like this:

class Tag(models.Model):
    id = models.AutoField(primary_key=True)
    name = models.C         


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