--
Ticket URL: <https://code.djangoproject.com/ticket/23447>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* needs_better_patch: => 0
* resolution: => worksforme
* needs_tests: => 0
* needs_docs: => 0
Comment:
I'm not seeing where it's implied that the call_command option is
`noinput=True`. The example for flush is `management.call_command('flush',
verbosity=0, interactive=False)`.
Also, `call_command("migrate", noinput=True)` will work in Django 1.8 now
(see #22985) and I don't think it's worth adding additional documentation
for 1.7 since this issue has existed for a long time (although feel free
to reopen if you'd like to provide a patch).
--
Ticket URL: <https://code.djangoproject.com/ticket/23447#comment:1>