Opened 14 years ago

Closed 14 years ago

#12174 closed (fixed)

bash completion for python manage.py

Reported by: sethp Owned by: nobody
Component: Uncategorized Version: dev
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

While playing around with the bash_completion script in trunk/extras I saw that python manage.py no longer autocompletes, a regression from 1.1.1.

Change History (3)

comment:1 by Russell Keith-Magee, 14 years ago

Resolution: worksforme
Status: newclosed

comment:2 by Russell Keith-Magee, 14 years ago

Has patch: set
Resolution: worksforme
Status: closedreopened
Triage Stage: UnreviewedAccepted

I misunderstood the report. This is for "python manage.py" specifically, not just "manage.py"

I think SmileyChris has a patch for this here: http://github.com/SmileyChris/django/commit/72c9b1623ebd1f5f3f53cf1f2f16083e976d4a15

comment:3 by Russell Keith-Magee, 14 years ago

Resolution: fixed
Status: reopenedclosed

(In [12386]) Fixed #12174 -- Corrected Bash command line completion when calling "python manage.py". Thanks to sethp for the report, and SmileyChris for the initial patch.

Note: See TracTickets for help on using tickets.
Back to Top