summaryrefslogtreecommitdiff
path: root/docs/intro
diff options
context:
space:
mode:
authorSrinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) <srinivasreddy@users.noreply.github.com>2018-02-26 19:28:56 +0530
committerTim Graham <timograham@gmail.com>2018-02-26 08:58:56 -0500
commitc4fa0143f7117a07a3f0258a063f5265e795ffbb (patch)
treea0c5a10fde3302e21b9871562304d6565eea72b5 /docs/intro
parent61596f40ad42f5c96aafd10b8585b8ba5643c0cf (diff)
Removed "Remove any old versions of Django" install instructions.
They are obsolete given the prevalence of pip.
Diffstat (limited to 'docs/intro')
-rw-r--r--docs/intro/install.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/intro/install.txt b/docs/intro/install.txt
index 571fc84303..a750189f85 100644
--- a/docs/intro/install.txt
+++ b/docs/intro/install.txt
@@ -34,13 +34,6 @@ This step is only necessary if you'd like to work with a "large" database engine
like PostgreSQL, MySQL, or Oracle. To install such a database, consult the
:ref:`database installation information <database-installation>`.
-Remove any old versions of Django
-=================================
-
-If you are upgrading your installation of Django from a previous version, you
-will need to :ref:`uninstall the old Django version before installing the new
-version <removing-old-versions-of-django>`.
-
Install Django
==============