From 239b89950caa88902ee2303353742e5302dc0eb0 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 22 May 2013 10:25:49 -0400 Subject: [PATCH] [1.5.x] Added some text I meant to add in the last commit. Backport of 2699219c23 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 e6b80f346f7..8777f433f9b 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