diff options
| author | Tim Graham <timograham@gmail.com> | 2013-05-22 09:39:46 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-05-22 09:43:01 -0400 |
| commit | 194eaceca758f70a612983d5cc8d64bfaf8f4b31 (patch) | |
| tree | 588d638133b668e9b92c907ed2576cf25c5e84e8 /docs/howto | |
| parent | 1add64684cef6877bf0faeb4a205be6ae07fc98e (diff) | |
[1.5.x] Added a note about pip upgrade flag.
Thanks Jannis Leidel for the suggestion.
Backport of 0e45f75112 from master
Diffstat (limited to 'docs/howto')
| -rw-r--r-- | docs/howto/upgrade-version.txt | 2 |
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. |
