summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2012-04-21 12:35:06 +0000
committerClaude Paroz <claude@2xlibre.net>2012-04-21 12:35:06 +0000
commit64bc22be941bec893ea8ebdd624d2baed38a14ba (patch)
tree8a97dba2801eb98016404c1e1c87750fcedf6f21
parent4536359887b34eea5e7b8cf6864d9092b46c2980 (diff)
Reworded the 'Set up a database' section of the installation docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17922 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/intro/install.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/intro/install.txt b/docs/intro/install.txt
index ef04eba572..95f7b27396 100644
--- a/docs/intro/install.txt
+++ b/docs/intro/install.txt
@@ -39,11 +39,9 @@ you should see something like::
Set up a database
-----------------
-If you installed Python 2.6 or later, you can skip this step for now.
-
-If not, or if you'd like to work with a "large" database engine like PostgreSQL,
-MySQL, or Oracle, consult the :ref:`database installation information
-<database-installation>`.
+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
---------------------------------