django1/django/db/backends
Ian Kelly d2f420ec8a Corrected Oracle DatabaseError definition.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8810 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-01 19:58:41 +00:00
..
dummy Removed some empty modules that are no longer required after [8296]. 2008-08-11 14:16:09 +00:00
mysql Fixed #8354: the MySQL backend no longer raises a cryptic error. Instead, it raises a less-cryptic error. Obiously this isn't a perfect solution by any means, but it'll do until we can revisit timezone handling in the future. 2008-09-01 17:48:39 +00:00
oracle Corrected Oracle DatabaseError definition. 2008-09-01 19:58:41 +00:00
postgresql Fixed #8592 -- Fixed a bug in the way savepoint usage was disabled for 2008-08-28 06:49:00 +00:00
postgresql_psycopg2 Fixed #8592 -- Fixed a bug in the way savepoint usage was disabled for 2008-08-28 06:49:00 +00:00
sqlite3 Fixed #8347 -- Added a few missing field type conversion to SQLite's inspectdb 2008-08-26 08:58:07 +00:00
__init__.py Fixed #8316 -- Put tighter restrictions on the type of Foreign Key fields 2008-09-01 00:49:03 +00:00
creation.py Fixed a group of missing imports, aliases and parameter passings from the 2008-08-12 16:06:55 +00:00
util.py Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashlib module when available. Patch from Karen Tracey. 2008-08-02 05:56:57 +00:00