diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2010-11-07 21:46:03 +0000 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2010-11-07 21:46:03 +0000 |
| commit | 0164ee0082614c188d26ba59ee994700bcf31ab2 (patch) | |
| tree | 1e81caf3e66bad1e967188b8ddec0fcef7572d2b /docs | |
| parent | 1431bcc70ec46de34080ad0f44c64740e1520704 (diff) | |
[1.2.X] Completed and enhanced links to database-specific notes from the install docs.
Backport of [14491] from trunk
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14492 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/install.txt | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/topics/install.txt b/docs/topics/install.txt index ad99b33890..87e99b3aa6 100644 --- a/docs/topics/install.txt +++ b/docs/topics/install.txt @@ -84,22 +84,24 @@ database bindings are installed. * If you're using PostgreSQL, you'll need the psycopg_ package. Django supports both version 1 and 2. (When you configure Django's database layer, specify either ``postgresql`` [for version 1] or ``postgresql_psycopg2`` [for version 2].) + 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 MySQLdb_, version 1.2.1p2 or higher. You - will also want to read the database-specific notes for the :doc:`MySQL - backend </ref/databases>`. + will also want to read the database-specific :ref:`notes for the MySQL + backend <mysql-notes>`. * If you're using SQLite and Python 2.4, you'll need pysqlite_. Use version 2.0.3 or higher. Python 2.5 ships with an SQLite wrapper in the standard library, so you don't need to install anything extra in that case. Please - read the SQLite backend :ref:`notes<sqlite-notes>`. + read the :ref:`SQLite backend notes <sqlite-notes>`. * If you're using Oracle, you'll need a copy of cx_Oracle_, but please - read the database-specific notes for the - :ref:`Oracle backend <oracle-notes>` for important information - regarding supported versions of both Oracle and ``cx_Oracle``. + read the database-specific :ref:`notes for the Oracle backend <oracle-notes>` + for important information regarding supported versions of both Oracle and + ``cx_Oracle``. * If you're using an unofficial 3rd party backend, please consult the documentation provided for any additional requirements. |
