Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/extras/django_bash_completion
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #25222 -- Avoided installing ↵Ville Skyttä2015-08-041-1/+1
| | | | django_bash_completion for python*-config.
* Fixed #25221 -- Prevented django_bash_completion from ↵Ville Skyttä2015-08-041-2/+4
| | | | leaking variables into the environment.
* Whitespace cleanup.Tim Graham2013-10-101-2/+1
| | | | | | | * Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs.
* Fixed #19523 -- Improved performance of Django's bash ↵Anders Kaseorg2013-01-221-3/+3
| | | | | | | | | completion 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).
* Fixed #12174 -- Corrected Bash command line completion ↵Russell Keith-Magee2010-02-051-1/+33
| | | | | | when calling "python 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
* Fixed #10752. Added more advanced bash completion. ↵Joseph Kocherhans2009-09-121-130/+4
| | | | | | Thanks, Arthur Koziel. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11526 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Removed outdated "adminindex" command -- the same ↵Jacob Kaplan-Moss2008-08-251-2/+2
| | | | | | behavior is now far easier 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
* Fixed #5522 -- Moved make-messages, compile-messages and ↵Malcolm Tredinnick2008-07-061-8/+9
| | | | | | | | | | | | | | | | daily-cleanup into 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
* Fixed #7525 -- Added createsuperuser to the bash ↵Russell Keith-Magee2008-06-231-1/+1
| | | | | | completion script. Thanks to John Scott for the fix. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7727 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Refs #7268 -- Added svn:executable flag for the Bash ↵Russell Keith-Magee2008-06-181-0/+0
| | | | | | completion script. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7691 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Refs #7268 -- Added django-admin as an alias in the ↵Russell Keith-Magee2008-06-181-2/+8
| | | | | | django-bash-completion script. Thanks, Raphael Hertzog <hertzog@debian.org> git-svn-id: http://code.djangoproject.com/svn/django/trunk@7690 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #6661: fixed a bug with bash completion and python ↵Jacob Kaplan-Moss2008-02-251-5/+5
| | | | | | -i. Thanks, Soeren Sonnenburg. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7156 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed some documentation strings in django-admin, and ↵Russell Keith-Magee2007-05-151-30/+30
| | | | | | updated the bash completion script. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5245 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #1240 -- Fixed portability problem in bash ↵Malcolm Tredinnick2007-03-081-1/+1
| | | | | | | | | completion script. Thanks, Paolo. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4677 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #1240: added better support for different names ↵Jacob Kaplan-Moss2007-02-281-1/+23
| | | | | | for "python" to django_bash_completion. Thanks, paolo. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4646 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added completetion support for app names to ↵Jacob Kaplan-Moss2007-02-251-4/+22
| | | | | | django_base_completion, which closes #1240. Thanks for the patch, Rob Hudson git-svn-id: http://code.djangoproject.com/svn/django/trunk@4575 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #1240 -- Updated bash completion file to ↵Malcolm Tredinnick2006-06-211-2/+16
| | | | | | | | | accomodate changes in r3174. Thanks, Paolo. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3187 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is ↵Adrian Holovaty2006-05-021-0/+105
highly 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