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 pip install -U django. It will update to the current stable version. Read official documentation on Django Docs