mirror of
https://github.com/django/django.git
synced 2025-11-19 19:24:46 +00:00
Fixed #24571 -- Restored testserver positional arguments parsing
Thanks Domas Lapinskas for the report and Tim Graham for the review.
This commit is contained in:
parent
1119063c69
commit
426b63ba04
3 changed files with 18 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue