django1/django/db
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
..
backends Fixed #19638 -- Skipped tx support testing for some DBs 2013-02-10 18:56:36 +02:00
models Removed unneeded imports in db.models init 2013-02-08 17:11:33 +01:00
__init__.py Fixed #19707 -- Reset transaction state after requests 2013-02-10 13:55:54 +02:00
transaction.py Fixed #19707 -- Reset transaction state after requests 2013-02-10 13:55:54 +02:00
utils.py Fixed #19707 -- Reset transaction state after requests 2013-02-10 13:55:54 +02:00