django1/django/db/backends
Andrew Godwin 49d1e6b0e2 Remove AppCache state handling, replace with swappable caches 2012-09-22 00:47:04 +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 Remove AppCache state handling, replace with swappable caches 2012-09-22 00:47:04 +01: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 Stylistic fixes: triple-quoted docstrings, more comments 2012-09-18 10:37:30 +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 Replaced many smart_bytes by force_bytes 2012-08-29 11:20:32 +02:00