﻿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
1719	autocomplete is missing in shell	dorian.santner@…	Adrian Holovaty	"Hi,

I am missing the functionality of autocompletion in the django shell
so:
import readline
import rlcompleter
readline.parse_and_bind(""tab:complete"")

a=5
a=<tab><tab>
#<tab><tab> means clicking the tab-key twice
#does not show methods , 
#which work in the normal python shell (under linux)

I like django, but i love the autocompletion,
any hints what i can do to make it work in the django shell ?
"	enhancement	closed	contrib.admin	0.91	normal	fixed	manage shell		Unreviewed	0	0	0	0	0	0
