django1/django/db/backends
Aymeric Augustin 2ee21d9f0d Implemented persistent database connections.
Thanks Anssi Kääriäinen and Karen Tracey for their inputs.
2013-02-28 15:28:13 +01:00
..
dummy Fixed #19192 -- Allowed running tests with dummy db backend 2013-01-04 13:55:20 +01:00
mysql Implemented persistent database connections. 2013-02-28 15:28:13 +01:00
oracle Implemented persistent database connections. 2013-02-28 15:28:13 +01:00
postgresql_psycopg2 Implemented persistent database connections. 2013-02-28 15:28:13 +01:00
sqlite3 Implemented persistent database connections. 2013-02-28 15:28:13 +01:00
__init__.py Implemented persistent database connections. 2013-02-28 15:28:13 +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