Why is my model field out of scope in the constraints?

后端 未结 0 857
醉梦人生
醉梦人生 2021-02-04 04:46
(Models.py)
    class Bug(models.Model):
        title = models.CharField(max_length=200)
        creator = models.ForeignKey(User, on_delete=models.CASCADE, related_nam         


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