Django

Code

Changeset 5932

Show
Ignore:
Timestamp:
08/18/07 01:52:05 (1 year ago)
Author:
mtredinnick
Message:

Fixed #5154 -- Minor wording tweak.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/install.txt

    r5676 r5932  
    4949If you plan to use Django's database API functionality, you'll need to 
    5050make sure a database server is running. Django works with PostgreSQL_, 
    51 MySQL_, Oracle_ and SQLite_ (the latter doesn't require a separate server to 
    52 be running). 
     51MySQL_, Oracle_ and SQLite_ (although SQLite doesn't require a separate server 
     52to be running). 
    5353 
    5454Additionally, you'll need to make sure your Python database bindings are