django1/django/db/backends
Andrew Godwin 828d691f62 Merge branch 'master' into schema-alteration 2012-09-07 15:43:28 -04:00
..
dummy Fixed #17883. Improved error message for old-style database backends. 2012-03-12 21:58:07 +00:00
mysql Add check constraint support - needed a few Field changes 2012-09-07 15:40:59 -04:00
oracle Replaced many smart_bytes by force_bytes 2012-08-29 11:20:32 +02:00
postgresql_psycopg2 Add check constraint support - needed a few Field changes 2012-09-07 15:40:59 -04:00
sqlite3 Merge branch 'master' into schema-alteration 2012-09-07 15:43:28 -04:00
__init__.py Add check constraint support - needed a few Field changes 2012-09-07 15:40:59 -04:00
creation.py Merge branch 'master' into schema-alteration 2012-09-07 15:43:28 -04:00
schema.py Add check constraint support - needed a few Field changes 2012-09-07 15:40:59 -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