summaryrefslogtreecommitdiff
path: root/extras/django_bash_completion
AgeCommit message (Expand)Author
2021-01-14Refs #23433 -- Removed django-admin.py entry point per deprecation timeline.Mariusz Felisiak
2019-12-06Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin.Jon Dufresne
2019-03-23Fixed #30283 -- Fixed shellcheck warnings in django_bash_completion.Albert Wang
2017-07-10Refs #23919 -- Removed Python 2 reference in django_bash_completion.Mads Jensen
2015-08-04Fixed #25222 -- Avoided installing django_bash_completion for python*-config.Ville Skyttä
2015-08-04Fixed #25221 -- Prevented django_bash_completion from leaking variables into ...Ville Skyttä
2013-10-10Whitespace cleanup.Tim Graham
2013-01-22Fixed #19523 -- Improved performance of Django's bash completionAnders Kaseorg
2010-02-05Fixed #12174 -- Corrected Bash command line completion when calling "python m...Russell Keith-Magee
2009-09-11Fixed #10752. Added more advanced bash completion. Thanks, Arthur Koziel.Joseph Kocherhans
2008-08-25Removed outdated "adminindex" command -- the same behavior is now far easier ...Jacob Kaplan-Moss
2008-07-06Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup into d...Malcolm Tredinnick
2008-06-23Fixed #7525 -- Added createsuperuser to the bash completion script. Thanks to...Russell Keith-Magee
2008-06-18Refs #7268 -- Added svn:executable flag for the Bash completion script.Russell Keith-Magee
2008-06-18Refs #7268 -- Added django-admin as an alias in the django-bash-completion sc...Russell Keith-Magee
2008-02-25Fixed #6661: fixed a bug with bash completion and python -i. Thanks, Soeren S...Jacob Kaplan-Moss
2007-05-15Fixed some documentation strings in django-admin, and updated the bash comple...Russell Keith-Magee
2007-03-08Fixed #1240 -- Fixed portability problem in bash completion script. Thanks,Malcolm Tredinnick
2007-02-28Fixed #1240: added better support for different names for "python" to django_...Jacob Kaplan-Moss
2007-02-25Added completetion support for app names to django_base_completion, which clo...Jacob Kaplan-Moss
2006-06-21Fixed #1240 -- Updated bash completion file to accomodate changes in r3174.Malcolm Tredinnick
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty