django/tests
Claude Paroz cc4b4d9fd3 Used CommandError in createcachetable command.
Raising CommandError whenever a management command meets an error
condition is the standard way to handle errors in commands.
2012-05-27 23:03:21 +02:00
..
modeltests Fixed #18387 -- Do not call sys.exit during call_command. 2012-05-27 20:38:47 +02:00
regressiontests Used CommandError in createcachetable command. 2012-05-27 23:03:21 +02:00
templates
runtests.py Commented on a line that inadvertantly slipped in commit 865cd35c 2012-05-05 16:45:02 +02:00
test_sqlite.py Use faster password hasher in sqlite tests 2012-04-30 22:10:27 +03:00
urls.py