summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2007-04-16 11:11:16 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2007-04-16 11:11:16 +0000
commitd46a826840cc41b5f6fef27397660b7912095327 (patch)
tree5a6ea52fe3fddd912f71ac6420445e69dad31712 /docs
parent73269ec8bc0db720e405f6366a9dd3f20d757128 (diff)
Refs #3786 -- Added reference to database-specific documentation in install.txt.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5009 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/install.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/install.txt b/docs/install.txt
index 35f593477b..4650fd746b 100644
--- a/docs/install.txt
+++ b/docs/install.txt
@@ -58,6 +58,7 @@ installed.
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 `MySQL backend`_.
* If you're using SQLite, you'll need pysqlite_. Use version 2.0.3 or higher.
@@ -69,6 +70,7 @@ installed.
.. _MySQLdb: http://sourceforge.net/projects/mysql-python
.. _SQLite: http://www.sqlite.org/
.. _pysqlite: http://initd.org/tracker/pysqlite
+.. _MySQL backend: ../databases/
Remove any old versions of Django
=================================