Django

Code

Show
Ignore:
Timestamp:
03/26/08 03:25:48 (3 months ago)
Author:
mtredinnick
Message:

Removed the ado_mssql database backend.

It has not been maintained, contains bugs, and improved versions are available
externally(e.g. django-mssql and django-pyodbc at Google code).

Files:

Legend:

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

    r7312 r7364  
    280280The database backend to use. The build-in database backends are 
    281281``'postgresql_psycopg2'``, ``'postgresql'``, ``'mysql'``, ``'mysql_old'``, 
    282 ``'sqlite3'``, ``'oracle'``, or ``'ado_mssql'``. 
     282``'sqlite3'`` and ``'oracle'``. 
    283283 
    284284In the Django development version, you can use a database backend that doesn't