Fixed #24571 -- Restored testserver positional arguments parsing

Thanks Domas Lapinskas for the report and Tim Graham for the
review.
This commit is contained in:
Claude Paroz 2015-04-03 11:26:20 +02:00
parent 1119063c69
commit 426b63ba04
3 changed files with 18 additions and 1 deletions

View file

@ -5,7 +5,6 @@ from django.db import connection
class Command(BaseCommand):
help = 'Runs a development server with data from the given fixture(s).'
args = '[fixture ...]'
requires_system_checks = False