django1/django/db/backends
Malcolm Tredinnick 436ef181f3 Fixed #5552 -- Raise an error, rather than failing silently, when DATABASE_NAME
is not specified for SQLite.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7956 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-07-18 22:36:31 +00:00
..
dummy Fixed #5255 -- It's now possible again to use Django without a database. This had temporarily gotten buggy after the django.core.management refactoring last week 2007-08-25 18:27:57 +00:00
mysql Fixed #7805 -- Removed ImageField.get_internal_type() because it doesn't offer anything beyond FileField's implementation. Thanks, Gulopine 2008-07-18 04:34:47 +00:00
oracle Fixed #7805 -- Removed ImageField.get_internal_type() because it doesn't offer anything beyond FileField's implementation. Thanks, Gulopine 2008-07-18 04:34:47 +00:00
postgresql Fixed #7805 -- Removed ImageField.get_internal_type() because it doesn't offer anything beyond FileField's implementation. Thanks, Gulopine 2008-07-18 04:34:47 +00:00
postgresql_psycopg2 Fixed #5996 -- Add a pyscopg2 convertor for SafeUnicode -> unicode. Thanks, remco@diji.biz 2007-12-01 22:26:24 +00:00
sqlite3 Fixed #5552 -- Raise an error, rather than failing silently, when DATABASE_NAME 2008-07-18 22:36:31 +00:00
__init__.py Fixed #7411 -- worked around some possible transaction conflicts in SQLite. 2008-07-15 18:47:32 +00:00
creation.py Added django/db/backends/creation.py, with BaseCreation. Refs #5461 2007-09-14 16:44:53 +00:00
util.py Fixed #5883 -- Added __iter__ methods to the debug cursor and the postgresql backend cursor. 2008-03-17 14:15:15 +00:00