summaryrefslogtreecommitdiff
path: root/extras/django_bash_completion
AgeCommit message (Collapse)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
Unify on the entry point created by setuptools entry_points feature.
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ä
the environment.
2013-10-10Whitespace cleanup.Tim Graham
* Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs.
2013-01-22Fixed #19523 -- Improved performance of Django's bash completionAnders Kaseorg
Previous version took about 150ms to source, even on a warm cache, primarily because it forks+execs /usr/bin/basename 44 times. This patch makes it faster by a factor of 5 (and I imagine that a little more thought would reduce the time to effectively zero).
2010-02-05Fixed #12174 -- Corrected Bash command line completion when calling "python ↵Russell Keith-Magee
manage.py". Thanks to sethp for the report, and SmileyChris for the initial patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12386 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-09-11Fixed #10752. Added more advanced bash completion. Thanks, Arthur Koziel.Joseph Kocherhans
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11526 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-25Removed outdated "adminindex" command -- the same behavior is now far easier ↵Jacob Kaplan-Moss
and better done in a template, or perhaps a custom `AdminSite.index` function. Refs #5500. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8548 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-07-06Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup into ↵Malcolm Tredinnick
django-admin.py. They are now called "makemessages", "compilemessages" and "cleanup". This is backwards incompatible for make-messages.py and compile-messages.py, although the old executables still exist for now and print an error pointing the caller to the right command to call. This reduces the number of binaries and man pages Django needs to install. Patch from Janis Leidel. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7844 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-23Fixed #7525 -- Added createsuperuser to the bash completion script. Thanks ↵Russell Keith-Magee
to John Scott for the fix. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7727 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-18Refs #7268 -- Added svn:executable flag for the Bash completion script.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7691 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-18Refs #7268 -- Added django-admin as an alias in the django-bash-completion ↵Russell Keith-Magee
script. Thanks, Raphael Hertzog <hertzog@debian.org> git-svn-id: http://code.djangoproject.com/svn/django/trunk@7690 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-02-25Fixed #6661: fixed a bug with bash completion and python -i. Thanks, Soeren ↵Jacob Kaplan-Moss
Sonnenburg. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7156 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-15Fixed some documentation strings in django-admin, and updated the bash ↵Russell Keith-Magee
completion script. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5245 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-03-08Fixed #1240 -- Fixed portability problem in bash completion script. Thanks,Malcolm Tredinnick
Paolo. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4677 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-28Fixed #1240: added better support for different names for "python" to ↵Jacob Kaplan-Moss
django_bash_completion. Thanks, paolo. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4646 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-25Added completetion support for app names to django_base_completion, which ↵Jacob Kaplan-Moss
closes #1240. Thanks for the patch, Rob Hudson git-svn-id: http://code.djangoproject.com/svn/django/trunk@4575 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-21Fixed #1240 -- Updated bash completion file to accomodate changes in r3174.Malcolm Tredinnick
Thanks, Paolo. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3187 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly ↵Adrian Holovaty
backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. git-svn-id: http://code.djangoproject.com/svn/django/trunk@2809 bcc190cf-cafb-0310-a4f2-bffc1f526a37