Prefetch cannot resolve keyword with self through table

前端 未结 0 1260
Happy的楠姐
Happy的楠姐 2021-01-15 16:40

I have these model relations

class Category(models.Model):
  categories = models.ManyToManyField(
    "self",symmetrical=False, through=\'ChildCateg         


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