django1/django/db/backends
Andrew Godwin 2ae8a8a77d Fix test running with new apps stuff/migrate actually running migrations 2013-06-19 15:36:02 +01:00
..
dummy Deprecated transaction.commit/rollback_unless_managed. 2013-03-11 14:48:54 +01:00
mysql Merge remote-tracking branch 'core/master' into schema-alteration 2013-06-19 12:05:23 +01:00
oracle Merge remote-tracking branch 'core/master' into schema-alteration 2013-06-19 12:05:23 +01:00
postgresql_psycopg2 Merge remote-tracking branch 'core/master' into schema-alteration 2013-06-19 12:05:23 +01:00
sqlite3 Merge remote-tracking branch 'core/master' into schema-alteration 2013-06-19 12:05:23 +01:00
__init__.py Merge remote-tracking branch 'core/master' into schema-alteration 2013-06-19 12:05:23 +01:00
creation.py Fix test running with new apps stuff/migrate actually running migrations 2013-06-19 15:36:02 +01:00
schema.py Start adding operations that work and tests for them 2013-05-29 17:47:10 +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 `and...or...` constructs with PEP 308 conditional expressions. 2013-05-26 23:47:50 -03:00