summaryrefslogtreecommitdiff
path: root/docs/howto
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-05-22 10:25:49 -0400
committerTim Graham <timograham@gmail.com>2013-05-22 10:26:39 -0400
commit239b89950caa88902ee2303353742e5302dc0eb0 (patch)
tree70fdbf2c24fb0896103a87e55796049ff25ca4b2 /docs/howto
parent194eaceca758f70a612983d5cc8d64bfaf8f4b31 (diff)
[1.5.x] Added some text I meant to add in the last commit.
Backport of 2699219c23 from master
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 e6b80f346f..8777f433f9 100644
--- a/docs/howto/upgrade-version.txt
+++ b/docs/howto/upgrade-version.txt
@@ -50,7 +50,7 @@ Once you're ready, it is time to :doc:`install the new Django version
might want to set up a new environment will all the dependencies first.
Exactly which steps you will need to take depends on your installation process.
-The most convenient way is to use pip_:
+The most convenient way is to use pip_ with the ``--upgrade`` or ``-U`` flag:
.. code-block:: bash