django1/django/db/backends
Adrian Holovaty 49e5f5450d Fixed #2272 -- Improved SQLite database introspection. Thanks, dne@mayonnaise.net
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3285 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-07 04:06:00 +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 #2108 -- allow saving of empty models, rather than just dropping them. 2006-06-08 15:14:06 +00:00
oracle Removed stray references to (now deprecated) !__ne query type. 2006-07-01 05:41:48 +00:00
postgresql Fixed #2278 -- Fixed some argument parsing problems with the PostgreSQL 2006-07-05 10:12:58 +00:00
postgresql_psycopg2 Fixed #2108 -- allow saving of empty models, rather than just dropping them. 2006-06-08 15:14:06 +00:00
sqlite3 Fixed #2272 -- Improved SQLite database introspection. Thanks, dne@mayonnaise.net 2006-07-07 04:06:00 +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 #2109 -- Convert old-style classes to new-style classes throughout Django. Thanks, Nicola Larosa 2006-06-08 05:00:13 +00:00