Django

Code

Changeset 7364

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/django/conf/global_settings.py

    r7361 r7364  
    115115 
    116116# Database connection info. 
    117 DATABASE_ENGINE = ''           # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'. 
     117DATABASE_ENGINE = ''           # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. 
    118118DATABASE_NAME = ''             # Or path to database file if using sqlite3. 
    119119DATABASE_USER = ''             # Not used with sqlite3. 
  • django/trunk/docs/db-api.txt

    r7338 r7364  
    13071307regular expression syntax is recommended. 
    13081308 
    1309 Regular expression matching is not supported on the ``ado_mssql`` backend. 
    1310 It will raise a ``NotImplementedError`` at runtime. 
    1311  
    13121309iregex 
    13131310~~~~~~ 
  • 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