django1/django/db
Malcolm Tredinnick c30a050e41 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).


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7364 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-03-26 08:25:48 +00:00
..
backends Removed the ado_mssql database backend. 2008-03-26 08:25:48 +00:00
models Fixed #6867 -- Added some missing DeprecationWarnings to db.models.fields.related. Thanks, dcramer 2008-03-25 05:13:08 +00:00
__init__.py Fixed #6147 -- Typo fix (that amazingly didn't stop the code working) in the code for loading a database module. Thanks, guido@python.org. 2007-12-09 10:18:56 +00:00
transaction.py Fixed #4040 -- Changed uses of has_key() to "in". Slight performance 2007-04-26 13:30:48 +00:00