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