diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-08-18 06:52:05 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-08-18 06:52:05 +0000 |
| commit | 8b115c7fb84449cbb9ecb4b543ee3f1265290910 (patch) | |
| tree | be6390bae60b0ba245823ae5a8a4ce788ab797ea /docs | |
| parent | 24081d995962d14388bf98c1c572603ffd1beeb6 (diff) | |
Fixed #5154 -- Minor wording tweak.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5932 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -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 1b2919f1bc..082000149f 100644 --- a/docs/install.txt +++ b/docs/install.txt @@ -48,8 +48,8 @@ Get your database running 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_, -MySQL_, Oracle_ and SQLite_ (the latter doesn't require a separate server to -be running). +MySQL_, Oracle_ and SQLite_ (although SQLite doesn't require a separate server +to be running). Additionally, you'll need to make sure your Python database bindings are installed. |
