django.db.utils.IntegrityError: column “venue_city” contains null values

前端 未结 5 1206
半阙折子戏
半阙折子戏 2021-01-04 10:08

I have read a lot of other posts here on stackoverflow and google but I could not find a solution.

It all started when I changed the model from a CharField to a For

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-04 10:56

    Had a similar problem i resolved it by removing the previous migration files.No technical explanation

提交回复
热议问题