Opened 8 years ago

Closed 8 years ago

#26289 closed New feature (fixed)

Enable shell tab completion on systems using libedit

Reported by: Saúl Ibarra Corretgé Owned by: nobody
Component: Core (Management commands) Version: 1.9
Severity: Normal 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

Most notable system using libedit is OSX.

PR: https://github.com/django/django/pull/6214

Change History (2)

comment:1 by Tim Graham, 8 years ago

Has patch: set
Triage Stage: UnreviewedAccepted

Tentatively accepting based on the discussion on the pull request. It would be nice if a Mac user could check this as I don't have such a system to investigate and review myself.

comment:2 by Tim Graham <timograham@…>, 8 years ago

Resolution: fixed
Status: newclosed

In 6c33e733:

Fixed #26289 -- Enabled shell tab completion on systems using libedit.

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