django1/django/db/backends
Aymeric Augustin e0449316eb Fixed #18130 -- Made the isolation level configurable on PostgreSQL.
Thanks limscoder for the report and niwi for the draft patch.
2013-03-02 15:05:49 +01:00
..
dummy Reordered methods in database wrappers. 2013-03-02 13:33:17 +01:00
mysql Reordered methods in database wrappers. 2013-03-02 13:33:17 +01:00
oracle Reordered methods in database wrappers. 2013-03-02 13:33:17 +01:00
postgresql_psycopg2 Fixed #18130 -- Made the isolation level configurable on PostgreSQL. 2013-03-02 15:05:49 +01:00
sqlite3 Reordered methods in database wrappers. 2013-03-02 13:33:17 +01:00
__init__.py Reordered methods in database wrappers. 2013-03-02 13:33:17 +01:00
creation.py Fixed #19861 -- Transaction ._dirty flag improvement 2013-02-27 17:54:27 +02: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