How to downgrade from Django 1.7 to Django 1.6 How to downgrade from Django 1.7 to Django 1.6 django django

How to downgrade from Django 1.7 to Django 1.6


You should check the Django release notes for 1.7.Just doing what you propose should be enough, but check if you are using things that changed in that log. That is project specific.


For Windows:

pip install -U Django==required version

You will have to make changes to the original suite sub-folder.