summaryrefslogtreecommitdiff
path: root/docs/howto
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-05-22 09:39:46 -0400
committerTim Graham <timograham@gmail.com>2013-05-22 09:39:46 -0400
commit0e45f75112f3c540476207fa16bdbaec14872f6c (patch)
treeffbd57c72a2f99ab0abd01796c7637d556d9a972 /docs/howto
parentef8a9bc7fafc394f2c413a6ad4057d67134d742b (diff)
downloaddjango-0e45f75112f3c540476207fa16bdbaec14872f6c.tar.gz
Added a note about pip upgrade flag.
Thanks Jannis Leidel for the suggestion.
Diffstat (limited to 'docs/howto')
-rw-r--r--docs/howto/upgrade-version.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/upgrade-version.txt b/docs/howto/upgrade-version.txt
index d07f9ad07d..e6b80f346f 100644
--- a/docs/howto/upgrade-version.txt
+++ b/docs/howto/upgrade-version.txt
@@ -54,7 +54,7 @@ The most convenient way is to use pip_:
.. code-block:: bash
- pip install Django
+ pip install -U Django
pip_ also automatically uninstalls the previous version of Django.