summaryrefslogtreecommitdiff
path: root/tests/generic_inline_admin/admin.py
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2013-06-09 21:04:36 +0200
committerAymeric Augustin <aymeric.augustin@m4x.org>2013-06-10 11:21:54 +0200
commit13b7f299de79e3eb101c3f015386eba39a8f3928 (patch)
tree84b45cf5fefcfab3b930aef073f8b856f84cc7fb /tests/generic_inline_admin/admin.py
parent7a65c95d42af421e036c5348f205128dd455a89c (diff)
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.
Diffstat (limited to 'tests/generic_inline_admin/admin.py')
0 files changed, 0 insertions, 0 deletions