django1/django/core/management
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
..
commands Added a stealth option to flush to allow cascades. 2013-06-10 11:21:54 +02:00
__init__.py Replaced an antiquated pattern. 2013-05-17 18:08:58 +02:00
base.py Fixed #20445 -- Raised original exception after command error 2013-05-20 18:59:37 +02:00
color.py Revised [12376] with the benefit of coffee. Thanks to Alex Gaynor for paying attention to every commit I make :-) 2010-02-03 00:34:49 +00:00
sql.py Added a stealth option to flush to allow cascades. 2013-06-10 11:21:54 +02:00
templates.py Fixed #20256 -- Corrected startproject --template help text 2013-05-08 09:55:40 +02:00
utils.py Made (make|compile)messages check for availability of gettext commands. 2013-03-10 17:31:11 -03:00
validation.py Fixed #19925 - Added validation for REQUIRED_FIELDS being a list 2013-06-07 19:58:41 -04:00