What appears to happen is you get only the last positional argument
supplied to your command; if the '*' and the '+' had been the other way
round, you would get nothing.
--
Ticket URL: <https://code.djangoproject.com/ticket/27799>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by Matthew Somerville):
Pull request at https://github.com/django/django/pull/8002
--
Ticket URL: <https://code.djangoproject.com/ticket/27799#comment:1>
* status: new => closed
* resolution: => wontfix
* component: Uncategorized => Core (Management commands)
Comment:
As discussed in #django-dev, the correct solution for your use case seems
to be to use the `LabelCommand.label` attribute rather than `args`. This
is fixed in 1.10 with the removal of the `args` attribute.
Nearly 2 years after the release of 1.8 and with 1 year of support left, I
don't think it's critical to change in 1.8 at this point.
--
Ticket URL: <https://code.djangoproject.com/ticket/27799#comment:2>