django1/django/db/backends
Aymeric Augustin ffcfb19f47 Added required methods in BaseDatabaseWrapper.
I should have included this in 29628e0b6e.
2013-02-18 22:51:56 +01:00
..
dummy Fixed #19192 -- Allowed running tests with dummy db backend 2013-01-04 13:55:20 +01:00
mysql Removed duplicate caching of mysql_version. 2013-02-18 22:13:05 +01:00
oracle Factored out common code in database backends. 2013-02-18 17:19:09 +01:00
postgresql_psycopg2 Implemented PostgreSQL version as a cached property. 2013-02-18 22:49:59 +01:00
sqlite3 Factored out common code in database backends. 2013-02-18 17:19:09 +01:00
__init__.py Added required methods in BaseDatabaseWrapper. 2013-02-18 22:51:56 +01:00
creation.py Moved import in db.backends.creation 2013-02-08 10:01:56 +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 Fixed #18989 -- Removed unused condition in CursorWrapper 2012-11-17 16:34:14 +01:00