django1/django/db/backends
Aymeric Augustin cfc114e00e Removed _enter/_leave_transaction_management.
The goal is to make all databases share a common, autocommit-based,
implementation.
2013-03-11 14:48:54 +01:00
..
dummy Removed _enter/_leave_transaction_management. 2013-03-11 14:48:54 +01:00
mysql Added an API to control database-level autocommit. 2013-03-11 14:48:53 +01:00
oracle Added an API to control database-level autocommit. 2013-03-11 14:48:53 +01:00
postgresql_psycopg2 Removed _enter/_leave_transaction_management. 2013-03-11 14:48:54 +01:00
sqlite3 Added an API to control database-level autocommit. 2013-03-11 14:48:53 +01:00
__init__.py Removed _enter/_leave_transaction_management. 2013-03-11 14:48:54 +01:00
creation.py Added an API to control database-level autocommit. 2013-03-11 14:48:53 +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 Refactored database exceptions wrapping. 2013-02-27 17:26:54 +01:00