summaryrefslogtreecommitdiff
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:43:01 -0400
commit194eaceca758f70a612983d5cc8d64bfaf8f4b31 (patch)
tree588d638133b668e9b92c907ed2576cf25c5e84e8
parent1add64684cef6877bf0faeb4a205be6ae07fc98e (diff)
[1.5.x] Added a note about pip upgrade flag.
Thanks Jannis Leidel for the suggestion. Backport of 0e45f75112 from master
-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.