在出现问题的地方增加on_delete=models.CASCADE即可。 image.png image.png 原因:python的Django2.0的外键设置问题,低版本的Django不会出现这个问题。