﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
31035	Promote BaseCommand.run_from_argv to a documented method	Roman Odaisky	nobody	"It is sometimes useful to use django-admin commands without argparse. The most obvious reason for that would be to forward the arguments to another CLI app that parses its own arguments. For example:
{{{
class Command(BaseCommand):
    def run_from_argv(self, argv):
        celery.bin.celery.main([argv[0], *argv[2:]])  # can now access django.conf.settings
}}}
Please update the documentation to make overriding run_from_argv a supported way of implementing a management command."	New feature	closed	Documentation	dev	Normal	wontfix			Unreviewed	0	0	0	0	0	0
