django1/django/db
Aymeric Augustin 02976a46c9 [1.6.x] Introduced getters for connection.autocommit and .needs_rollback.
They ensure that the attributes aren't accessed in conditions where they
don't contain a valid value.

Fixed #20666.

Backport of dd9c6bc359 from master.
2013-06-30 16:29:57 +02:00
..
backends [1.6.x] Introduced getters for connection.autocommit and .needs_rollback. 2013-06-30 16:29:57 +02:00
models [1.6.x] Fixed #20660 -- Do not try to delete an unset FieldFile 2013-06-29 18:11:51 +02:00
__init__.py Delayed settings.DATABASE_ROUTERS usage by ConnectionRouter 2013-05-23 15:19:12 +02:00
transaction.py [1.6.x] Introduced getters for connection.autocommit and .needs_rollback. 2013-06-30 16:29:57 +02:00
utils.py Fixed #17601 -- expose underlying db exceptions under py2 2013-06-04 12:46:10 +01:00