django1/django/db/backends
Aymeric Augustin ac37ed21b3 Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED.
Replaced them with per-database options, for proper multi-db support.

Also toned down the recommendation to tie transactions to HTTP requests.
Thanks Jeremy for sharing his experience.
2013-03-11 15:04:05 +01:00
..
dummy Deprecated transaction.commit/rollback_unless_managed. 2013-03-11 14:48:54 +01:00
mysql Moved standard SQL for savepoints in the base backend. 2013-03-11 14:48:54 +01:00
oracle Added an API to control database-level autocommit. 2013-03-11 14:48:53 +01:00
postgresql_psycopg2 Moved standard SQL for savepoints in the base backend. 2013-03-11 14:48:54 +01:00
sqlite3 Implemented an 'atomic' decorator and context manager. 2013-03-11 14:48:55 +01:00
__init__.py Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED. 2013-03-11 15:04:05 +01:00
creation.py Removed superfluous code now that connections use autocommit by default. 2013-03-11 14:48:54 +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