django1/django/db/backends/mysql
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
..
__init__.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
base.py Added a stealth option to flush to allow cascades. 2013-06-10 11:21:54 +02:00
client.py Fixed #15006 -- Removed some stray tabs in python code. Thanks to vanschelven for the report. 2011-01-03 13:19:59 +00:00
compiler.py Fixed #20507 -- SubqueryConstraint alias handling 2013-05-27 15:05:03 +03:00
creation.py Add a BinaryField model field 2013-03-02 10:29:02 +01:00
introspection.py Fixed #16737 -- Support non-ascii column names in inspectdb 2013-04-01 19:59:57 +02:00
validation.py Fixed #20025 -- Pointed to a MySQLdb fork for Python 3. 2013-05-08 13:05:09 +02:00