django1/django/db/backends
Andrew Godwin c5e2ecae69 Fix bug in get_indexes affecting the tests 2012-09-17 23:45:00 +01:00
..
dummy Fixed #17883. Improved error message for old-style database backends. 2012-03-12 21:58:07 +00:00
mysql Fix bug in get_indexes affecting the tests 2012-09-17 23:45:00 +01:00
oracle Stubbed-out oracle schema file 2012-09-07 15:56:07 -04:00
postgresql_psycopg2 Fix bug in get_indexes affecting the tests 2012-09-17 23:45:00 +01:00
sqlite3 Merge branch 'master' into schema-alteration 2012-09-07 15:43:28 -04:00
__init__.py Merge remote-tracking branch 'core/master' into schema-alteration 2012-09-17 20:00:14 +01: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