django1/django/db/backends
Anssi Kääriäinen 0478780b8e Fixed #19638 -- Skipped tx support testing for some DBs
PostgreSQL and Oracle always support transactions, so the create table
and rollback test is non-necessary on those DBs.

Thanks to shai for report.
2013-02-10 18:56:36 +02:00
..
dummy Fixed #19192 -- Allowed running tests with dummy db backend 2013-01-04 13:55:20 +01:00
mysql Fixed #19709 -- Fixed TimeField introspection on MySQL 2013-01-31 20:41:57 +01:00
oracle Fixed #19638 -- Skipped tx support testing for some DBs 2013-02-10 18:56:36 +02:00
postgresql_psycopg2 Fixed #19638 -- Skipped tx support testing for some DBs 2013-02-10 18:56:36 +02:00
sqlite3 Return namedtuple from get_table_description 2013-01-12 21:14:22 +01:00
__init__.py Fixed #19707 -- Reset transaction state after requests 2013-02-10 13:55:54 +02:00
creation.py Moved import in db.backends.creation 2013-02-08 10:01:56 +01:00
signals.py Fixed #13798 -- Added connection argument to the connection_created signal. Thanks to liangent for the report, and Alex Gaynor for the patch. 2010-08-30 13:21:18 +00:00
util.py Fixed #18989 -- Removed unused condition in CursorWrapper 2012-11-17 16:34:14 +01:00