My project was running on Django 1.5.4 and I wanted to upgrade it. I did pip install -U -I django and now pip freeze shows Django 1.6.5 (clearly django
pip install -U -I django
pip freeze
You can use the upgraded version after upgrading.
You should check that all your tests pass before deploying :-)