django1/django/db/backends
Andrew Godwin d683263f97 Added SQLite backend which passes all current tests 2012-09-07 12:51:11 -04:00
..
dummy Fixed #17883. Improved error message for old-style database backends. 2012-03-12 21:58:07 +00:00
mysql Merge branch 'master' into schema-alteration 2012-09-05 09:39:03 -04:00
oracle Replaced many smart_bytes by force_bytes 2012-08-29 11:20:32 +02:00
postgresql_psycopg2 Merge branch 'master' into schema-alteration 2012-09-05 09:39:03 -04:00
sqlite3 Added SQLite backend which passes all current tests 2012-09-07 12:51:11 -04:00
__init__.py Added SQLite backend which passes all current tests 2012-09-07 12:51:11 -04:00
creation.py Merge branch 'master' into schema-alteration 2012-08-10 12:40:37 +01:00
schema.py Added SQLite backend which passes all current tests 2012-09-07 12:51:11 -04: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 Replaced many smart_bytes by force_bytes 2012-08-29 11:20:32 +02:00