django1/django/db/backends
Adrian Holovaty 9cd0c333d6 Fixed #2514 -- Improved psycopg2 backend to save/load Unicode strings correctly. Thanks, crankycoder@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3565 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-12 05:15:25 +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 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
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 Fixed #2514 -- Improved psycopg2 backend to save/load Unicode strings correctly. Thanks, crankycoder@gmail.com 2006-08-12 05:15:25 +00:00
sqlite3 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
__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