how can I fix this error: Field 'id' expected a number but got ['Air Condition', 'Pool']?

前端 未结 0 992
孤街浪徒
孤街浪徒 2021-02-09 06:00

I created a checkbox list by ManyToMany relationship as you can see here:

class Store(models.Model):
    amenities = models.ManyToManyField(myChoices, blank=True)         


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