Django

Code

Ticket #1719 (closed: fixed)

Opened 2 years ago

Last modified 2 years ago

autocomplete is missing in shell

Reported by: dorian.santner@gmx.net Assigned to: adrian
Milestone: Component: Admin interface
Version: 0.91 Keywords: manage shell
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

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 ?

Attachments

Change History

05/04/06 22:17:52 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

(In [2842]) Fixed #1719 -- Added rlcompleter autocompletion to 'manage.py shell' if IPython is not used.


Add/Change #1719 (autocomplete is missing in shell)




Change Properties
Action