﻿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
10752	Advanced Bash Completion	Arthur Koziel	Arthur Koziel	"This patch improves the bash completion. It calls a python function which uses the `get_commands()` method to return subcommand suggestions. It also goes through the optparse parser to get option suggestions for a subcommand. There are special cases, like the 'runfcgi' command which uses a python dict to store its options. 

This makes it possible to have subcommand completion of 3rd party apps (like django-command-extension).

It's a little hard to explain, so I tried to make a screencast:
http://media.arthurkoziel.com/django/bashcomp.mov

Installation hasn't changed, just source the django_bash_completion file from extras/"		closed	Core (Management commands)	dev		fixed	bash completion	flosch@…	Accepted	1	1	0	0	0	0
