summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2012-12-11 18:43:37 -0500
committerTim Graham <timograham@gmail.com>2012-12-11 18:43:37 -0500
commit6cad5f212a203d694405e8122e7902ff6bee4185 (patch)
treeb7a8ac0189f04192a18b7ce6b9a01cfae0cfb8a0 /docs
parent0eed8ece320a8a0334c78abc43c82fdb9f1f9827 (diff)
downloaddjango-6cad5f212a203d694405e8122e7902ff6bee4185.tar.gz
Fixed #19461 - Linked to psycopg in topics/install.txt
Thanks Chris Jerdonek for the suggestion.
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/install.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/topics/install.txt b/docs/topics/install.txt
index 976e29beeb..b5573a8c4a 100644
--- a/docs/topics/install.txt
+++ b/docs/topics/install.txt
@@ -106,15 +106,15 @@ support channels provided by each 3rd party project.
In addition to a database backend, you'll need to make sure your Python
database bindings are installed.
-* If you're using PostgreSQL, you'll need the ``postgresql_psycopg2`` package.
+* If you're using PostgreSQL, you'll need the `postgresql_psycopg2`_ package.
You might want to refer to our :ref:`PostgreSQL notes <postgresql-notes>` for
further technical details specific to this database.
If you're on Windows, check out the unofficial `compiled Windows version`_.
-* If you're using MySQL, you'll need the ``MySQL-python`` package, version 1.2.1p2 or higher. You
- will also want to read the database-specific :ref:`notes for the MySQL
- backend <mysql-notes>`.
+* If you're using MySQL, you'll need the ``MySQL-python`` package, version
+ 1.2.1p2 or higher. You will also want to read the database-specific
+ :ref:`notes for the MySQL backend <mysql-notes>`.
* If you're using Oracle, you'll need a copy of cx_Oracle_, but please
read the database-specific :ref:`notes for the Oracle backend <oracle-notes>`
@@ -133,12 +133,12 @@ can simply grant Django ``SELECT``, ``INSERT``, ``UPDATE`` and
``ALTER TABLE`` privileges during ``syncdb`` but won't issue
``ALTER TABLE`` statements on a table once ``syncdb`` has created it.
-If you're using Django's :doc:`testing framework</topics/testing>` to test database queries,
-Django will need permission to create a test database.
+If you're using Django's :doc:`testing framework</topics/testing>` to test
+database queries, Django will need permission to create a test database.
.. _PostgreSQL: http://www.postgresql.org/
.. _MySQL: http://www.mysql.com/
-.. _psycopg: http://initd.org/pub/software/psycopg/
+.. _postgresql_psycopg2: http://initd.org/psycopg/
.. _compiled Windows version: http://stickpeople.com/projects/python/win-psycopg/
.. _SQLite: http://www.sqlite.org/
.. _pysqlite: http://trac.edgewall.org/wiki/PySqlite