2👍
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.
- Multiple lookup_fields for django rest framework
- Django + virtualenv + gunicorn – No module named django.core.wsgi?
2👍
For Windows:
pip install -U Django==required version
You will have to make changes to the original suite sub-folder.
- Django 1.7 removing Add button from inline form
- Django Admin + FORCE_SCRIPT_NAME + Login redirects incorrectly
- How can I make a fixture out of QuerySet in django?
- Django cms – invalid block tag endblock
- Docker + Celery tells me not to run as root, but once I don't, I lack permissions to run
- IPython doesn't work in Django shell
- What is the difference between a Multi-table inherited model and a simple One-to-one relationship between the same two models?
- How to add attributes to option tags?
- PIL – libjpeg.so.8: cannot open shared object file: No such file or directory
- ModelViewSet – Update nested field
Source:stackexchange.com