diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-07-17 15:58:53 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-07-17 15:58:53 +0000 |
| commit | 7718319cbd5ebc5daa42f9b9edb98fb3c784d4db (patch) | |
| tree | ce67014103b3fef5307fd78ea5e23b6f62e04cc8 /docs/install.txt | |
| parent | ad8e55db9b0856573bfe740c350bfb39c7ca388e (diff) | |
Fixed inevitable ReST bugs in [148]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@149 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/install.txt')
| -rw-r--r-- | docs/install.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/install.txt b/docs/install.txt index df12f5fc2e..7c79752037 100644 --- a/docs/install.txt +++ b/docs/install.txt @@ -31,7 +31,7 @@ make sure a database server is running. Django works with PostgreSQL_ 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 +MySQL bindings, please file them in the `Django ticket system`_ so we can fix them immediately. @@ -42,7 +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 +.. _`Django ticket system: http://code.djangoproject.com/report/1 .. _psycopg: http://initd.org/projects/psycopg1 .. _MySQLdb: http://sourceforge.net/projects/mysql-python |
