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
I upgraded Django from version 10 to version 11:
sudo pip install -U Django
(-U for "upgrade") and it solved the problem.
-U