Django migration strategy for renaming a model and relationship fields

后端 未结 12 1573
一个人的身影
一个人的身影 2020-11-28 00:54

I\'m planning to rename several models in an existing Django project where there are many other models that have foreign key relationships to the models I would like to rena

12条回答
  •  孤城傲影
    2020-11-28 01:33

    I upgraded Django from version 10 to version 11:

    sudo pip install -U Django
    

    (-U for "upgrade") and it solved the problem.

提交回复
热议问题