django1/django/db/backends
Gilberto Gonçalves 680b512fc1 Fixed #20587 -- Made convert_values handle None values 2013-06-22 14:05:12 +01:00
..
dummy Deprecated transaction.commit/rollback_unless_managed. 2013-03-11 14:48:54 +01:00
mysql Added a stealth option to flush to allow cascades. 2013-06-10 11:21:54 +02:00
oracle Added a stealth option to flush to allow cascades. 2013-06-10 11:21:54 +02:00
postgresql_psycopg2 Removed several unused imports. 2013-06-19 17:18:40 +02:00
sqlite3 Fixed #20587 -- Made convert_values handle None values 2013-06-22 14:05:12 +01:00
__init__.py Added a stealth option to flush to allow cascades. 2013-06-10 11:21:54 +02:00
creation.py Replaced `and...or...` constructs with PEP 308 conditional expressions. 2013-05-26 23:47:50 -03: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