django1/django/db/backends
Malcolm Tredinnick a834f213bd Fixed omission in [3872].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3873 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-27 02:47:19 +00:00
..
ado_mssql Fixed #2108 -- allow saving of empty models, rather than just dropping them. 2006-06-08 15:14:06 +00:00
dummy Fixed #593 -- Added 'search' DB-API lookup type, which does full-text index searches in MySQL 2006-06-03 23:28:24 +00:00
mysql Fixed omission in [3872]. 2006-09-27 02:47:19 +00:00
oracle Fixed a bunch of spurious imports, typos, and other small errors turned up by a pass through PyFlakes. This covers about the first third of the errors. 2006-07-21 17:11:13 +00:00
postgresql Fixed a bunch of spurious imports, typos, and other small errors turned up by a pass through PyFlakes. This covers about the first third of the errors. 2006-07-21 17:11:13 +00:00
postgresql_psycopg2 Made psycopg2 backend actually support dictfetch* methods. 2006-09-05 16:12:36 +00:00
sqlite3 Fixed #2772 -- Made SQLite support work correctly with Python 2.5 standard 2006-09-25 01:53:34 +00:00
__init__.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
util.py Fixed #2662 -- Changed dictfetchmany and dictfetchall to return iterators, 2006-09-22 02:36:50 +00:00