django1/django/core/db/backends
Adrian Holovaty 24154b2166 Fixed #225 -- Added first stab at MS SQL Server support (via ADO). Thanks to gmilas@gmail.com for the patch
git-svn-id: http://code.djangoproject.com/svn/django/trunk@879 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-15 01:37:16 +00:00
..
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
ado_mssql.py Fixed #225 -- Added first stab at MS SQL Server support (via ADO). Thanks to gmilas@gmail.com for the patch 2005-10-15 01:37:16 +00:00
mysql.py Fixed #618 -- Added DATABASE_PORT setting. Thanks, Esaj 2005-10-14 03:43:01 +00:00
postgresql.py Fixed #618 -- Added DATABASE_PORT setting. Thanks, Esaj 2005-10-14 03:43:01 +00:00
sqlite3.py Fixed #589 -- Added FilePathField. It's available as an ORM field and as a standalone field in django.core.formfields. Thanks, jay@skabber.com 2005-10-12 04:14:21 +00:00