summaryrefslogtreecommitdiff
path: root/extras/django_bash_completion
Commit message (Collapse)AuthorAgeFilesLines
* Refs #23433 -- Removed django-admin.py entry point per deprecation timeline.Mariusz Felisiak2021-01-141-3/+2
|
* Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin.Jon Dufresne2019-12-061-3/+3
| | | | Unify on the entry point created by setuptools entry_points feature.
* Fixed #30283 -- Fixed shellcheck warnings in django_bash_completion.Albert Wang2019-03-231-7/+5
|
* Refs #23919 -- Removed Python 2 reference in django_bash_completion.Mads Jensen2017-07-101-1/+1
|
* Fixed #25222 -- Avoided installing django_bash_completion for python*-config.Ville Skyttä2015-08-041-1/+1
|
* Fixed #25221 -- Prevented django_bash_completion from leaking variables into ↵Ville Skyttä2015-08-041-2/+4
| | | | 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 completionAnders Kaseorg2013-01-221-3/+3
| | | | | | | 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 when calling "python ↵Russell Keith-Magee2010-02-051-1/+33
| | | | | | 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. Thanks, Arthur Koziel.Joseph Kocherhans2009-09-111-130/+4
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@11526 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Removed outdated "adminindex" command -- the same behavior is now far easier ↵Jacob Kaplan-Moss2008-08-251-2/+2
| | | | | | 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 daily-cleanup into ↵Malcolm Tredinnick2008-07-061-8/+9
| | | | | | | | | | | | | | | | 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 completion script. Thanks ↵Russell Keith-Magee2008-06-231-1/+1
| | | | | | 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 completion script.Russell Keith-Magee2008-06-181-0/+0
| | | | 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 django-bash-completion ↵Russell Keith-Magee2008-06-181-2/+8
| | | | | | 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 -i. Thanks, Soeren ↵Jacob Kaplan-Moss2008-02-251-5/+5
| | | | | | 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 updated the bash ↵Russell Keith-Magee2007-05-151-30/+30
| | | | | | 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 completion script. Thanks,Malcolm Tredinnick2007-03-081-1/+1
| | | | | | | 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 for "python" to ↵Jacob Kaplan-Moss2007-02-281-1/+23
| | | | | | 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 django_base_completion, which ↵Jacob Kaplan-Moss2007-02-251-4/+22
| | | | | | 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 accomodate changes in r3174.Malcolm Tredinnick2006-06-211-2/+16
| | | | | | | 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 highly ↵Adrian Holovaty2006-05-021-0/+105
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