Django post save and overwriting not working in m2m field

后端 未结 0 1331
予麋鹿
予麋鹿 2021-02-15 00:35

This is my model :

class Size(models.Model):
    size = models.IntegerField()
    price = models.FloatField()

    def __str__(self):
        return f"{self.         


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