django/tests/modeltests/user_commands
Claude Paroz f2b6763ad7 Fixed #18387 -- Do not call sys.exit during call_command.
Moved sys.exit(1) so as failing management commands reach it
only when running from command line.
2012-05-27 20:38:47 +02:00
..
management Fixed #18387 -- Do not call sys.exit during call_command. 2012-05-27 20:38:47 +02:00
__init__.py
models.py Migrated user_commands doctests. Thanks to Eric Florenzano. 2010-09-13 05:28:01 +00:00
tests.py Fixed #18387 -- Do not call sys.exit during call_command. 2012-05-27 20:38:47 +02:00