summaryrefslogtreecommitdiff
path: root/django/core/management/commands/test.py
AgeCommit message (Expand)Author
2008-10-02Promoted --verbosity to be a top level option for all management commands. Al...Russell Keith-Magee
2008-07-22Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...Adrian Holovaty
2007-09-09Fixed #5369 -- Refactored the django-admin.py help system, allowing each subc...Adrian Holovaty
2007-08-17Added fix for verbosity handling in loaddata and test commands.Russell Keith-Magee
2007-08-16Fixed #5178 -- Added missing 'import sys' in management/commands/test.py. Tha...Russell Keith-Magee
2007-08-16Major refactoring of django.core.management -- it's now a package rather than...Adrian Holovaty