django1/django/db/backends
Aymeric Augustin 13b7f299de Added a stealth option to flush to allow cascades.
This allows using flush on a subset of the tables without having to
manually cascade to all tables with foreign keys to the tables being
truncated, when they're known to be empty.

On databases where truncate is implemented with DELETE FROM, this
doesn't make a difference. The cascade is allowed, not mandatory.
2013-06-10 11:21:54 +02: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 Added a stealth option to flush to allow cascades. 2013-06-10 11:21:54 +02:00
sqlite3 Added a stealth option to flush to allow cascades. 2013-06-10 11:21:54 +02: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