Django

Code

Show
Ignore:
Timestamp:
07/01/07 00:55:01 (2 years ago)
Author:
mtredinnick
Message:

unicode: Merged changes from trunk up to [5579].

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/unicode

    • Property svnmerge-integrated changed from /django/trunk:1-5530 to /django/trunk:1-5579
  • django/branches/unicode/docs/install.txt

    r5531 r5580  
    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_ and SQLite_. 
     51MySQL_, Oracle_ and SQLite_ (the latter doesn't require a separate server to 
     52be running). 
    5253 
    5354Additionally, you'll need to make sure your Python database bindings are 
     
    7778.. _MySQL backend: ../databases/ 
    7879.. _cx_Oracle: http://www.python.net/crew/atuining/cx_Oracle/ 
     80.. _Oracle: http://www.oracle.com/ 
    7981 
    8082Remove any old versions of Django