django1/django/db/backends
Andrew Godwin dbd3e775c1 Fix get_constraints to do multi-column indexes properly on pg 2013-07-02 12:06:00 +01:00
..
dummy Deprecated transaction.commit/rollback_unless_managed. 2013-03-11 14:48:54 +01:00
mysql Merge branch 'master' into schema-alteration 2013-07-02 10:49:53 +01:00
oracle Merge remote-tracking branch 'core/master' into schema-alteration 2013-06-28 17:32:57 +01:00
postgresql_psycopg2 Fix get_constraints to do multi-column indexes properly on pg 2013-07-02 12:06:00 +01:00
sqlite3 Merge branch 'master' into schema-alteration 2013-07-02 10:49:53 +01:00
__init__.py Merge branch 'master' into schema-alteration 2013-07-02 10:49:53 +01:00
creation.py Merge branch 'master' into schema-alteration 2013-07-02 10:49:53 +01:00
schema.py Fix combined alters on PostgreSQL 2013-07-02 11:51:18 +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