diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-07-17 15:53:56 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-07-17 15:53:56 +0000 |
| commit | ad8e55db9b0856573bfe740c350bfb39c7ca388e (patch) | |
| tree | 2677587dc4c8340eb3d876271dc9b4e22e62626b /docs/install.txt | |
| parent | aef751972c426707ea6e1aee28a5ea8c94141fd0 (diff) | |
Added notes to documentation that MySQL support has not been comprehensively tested. Thanks, Simon!
git-svn-id: http://code.djangoproject.com/svn/django/trunk@148 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/install.txt')
| -rw-r--r-- | docs/install.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/install.txt b/docs/install.txt index f2e10d5807..df12f5fc2e 100644 --- a/docs/install.txt +++ b/docs/install.txt @@ -29,6 +29,12 @@ If you plan to use Django's database API functionality, you'll need to make sure a database server is running. Django works with PostgreSQL_ (recommended) or MySQL_. +Note that MySQL support is a recent development, and Django hasn't been +comprehensively tested with that database. If you find any bugs in Django's +MySQL bindings, please file them in `Django's ticket system`_ so we can fix them +immediately. + + Additionally, you'll need to make sure your Python database bindings are installed. If you're using PostgreSQL, you'll need the psycopg_ package (version 1 -- not version 2, which is still in beta). If you're using @@ -36,6 +42,7 @@ MySQL, you'll need MySQLdb_. .. _PostgreSQL: http://www.postgresql.org/ .. _MySQL: http://www.mysql.com/ +.. _`Django's ticket system: http://code.djangoproject.com/report/1 .. _psycopg: http://initd.org/projects/psycopg1 .. _MySQLdb: http://sourceforge.net/projects/mysql-python |
