summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2012-06-07 04:40:38 -0700
committerAymeric Augustin <aymeric.augustin@m4x.org>2012-06-07 04:40:38 -0700
commit10a9c260fcf659a855da2850e09820b1c38e5cee (patch)
tree99fdd5db3126d89892d281be9b50f6b309177b4e /docs
parent875c76251710c9b643a4e6164b5570713fe024f5 (diff)
parentbac6a68064309eb8e9ad81ad10e983b40273a52f (diff)
Merge pull request #117 from juanriaza/master
Fixed #18380 -- Improved installation instructions for MySQLdb.
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/install.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/topics/install.txt b/docs/topics/install.txt
index 5e2eefe139..0cdb8a49e7 100644
--- a/docs/topics/install.txt
+++ b/docs/topics/install.txt
@@ -107,7 +107,7 @@ database bindings are 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
+* 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>`.
@@ -135,7 +135,6 @@ Django will need permission to create a test database.
.. _MySQL: http://www.mysql.com/
.. _psycopg: http://initd.org/pub/software/psycopg/
.. _compiled Windows version: http://stickpeople.com/projects/python/win-psycopg/
-.. _MySQLdb: http://sourceforge.net/projects/mysql-python
.. _SQLite: http://www.sqlite.org/
.. _pysqlite: http://trac.edgewall.org/wiki/PySqlite
.. _cx_Oracle: http://cx-oracle.sourceforge.net/