Django

Code

Changeset 4767

Show
Ignore:
Timestamp:
03/20/07 22:27:03 (1 year ago)
Author:
mtredinnick
Message:

Added a mysql_old backend that matches the mysql backend prior to [4724]. This
is only for backwards compatibility purposes.

Files:

Legend:

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

    r4672 r4767  
    246246 
    247247Which database backend to use. Either ``'postgresql_psycopg2'``,  
    248 ``'postgresql'``, ``'mysql'``, ``'sqlite3'`` or ``'ado_mssql'``. 
     248``'postgresql'``, ``'mysql'``,  ``'mysql_old'``, ``'sqlite3'`` or 
     249``'ado_mssql'``. 
    249250 
    250251DATABASE_HOST