Removed "Remove any old versions of Django" install instructions.

They are obsolete given the prevalence of pip.
This commit is contained in:
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) 2018-02-26 19:28:56 +05:30 committed by Tim Graham
parent 61596f40ad
commit c4fa0143f7
3 changed files with 1 additions and 37 deletions

View file

@ -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
==============