From 0e45f75112f3c540476207fa16bdbaec14872f6c Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 22 May 2013 09:39:46 -0400 Subject: [PATCH] Added a note about pip upgrade flag. Thanks Jannis Leidel for the suggestion. --- 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 d07f9ad07d7..e6b80f346f7 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.