From 194eaceca758f70a612983d5cc8d64bfaf8f4b31 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 22 May 2013 09:39:46 -0400 Subject: [PATCH] [1.5.x] Added a note about pip upgrade flag. Thanks Jannis Leidel for the suggestion. Backport of 0e45f75112 from master --- docs/howto/upgrade-version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.