Skip to content

Commit 64bc22b

Browse files
committed
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
1 parent 4536359 commit 64bc22b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/intro/install.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,9 @@ you should see something like::
3939
Set up a database
4040
-----------------
4141

42-
If you installed Python 2.6 or later, you can skip this step for now.
43-
44-
If not, or if you'd like to work with a "large" database engine like PostgreSQL,
45-
MySQL, or Oracle, consult the :ref:`database installation information
46-
<database-installation>`.
42+
This step is only necessary if you'd like to work with a "large" database engine
43+
like PostgreSQL, MySQL, or Oracle. To install such a database, consult the
44+
:ref:`database installation information <database-installation>`.
4745

4846
Remove any old versions of Django
4947
---------------------------------

0 commit comments

Comments
 (0)