<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/extras/django_bash_completion, branch stable/6.0.x</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=stable%2F6.0.x</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=stable%2F6.0.x'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2021-01-14T16:50:04Z</updated>
<entry>
<title>Refs #23433 -- Removed django-admin.py entry point per deprecation timeline.</title>
<updated>2021-01-14T16:50:04Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-01-09T19:31:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=90c59b4e12e6ff41407694a460f5f30c4688dbfd'/>
<id>urn:sha1:90c59b4e12e6ff41407694a460f5f30c4688dbfd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin.</title>
<updated>2019-12-06T11:11:44Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-11-02T04:08:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5708327c3769262b845730996ca2784245ada4d1'/>
<id>urn:sha1:5708327c3769262b845730996ca2784245ada4d1</id>
<content type='text'>
Unify on the entry point created by setuptools entry_points feature.
</content>
</entry>
<entry>
<title>Fixed #30283 -- Fixed shellcheck warnings in django_bash_completion.</title>
<updated>2019-03-23T15:56:44Z</updated>
<author>
<name>Albert Wang</name>
<email>git@albertyw.com</email>
</author>
<published>2019-03-23T15:56:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2ee1e1a1744c4d0679058124eb7ceba78a0a5a84'/>
<id>urn:sha1:2ee1e1a1744c4d0679058124eb7ceba78a0a5a84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Removed Python 2 reference in django_bash_completion.</title>
<updated>2017-07-10T12:54:52Z</updated>
<author>
<name>Mads Jensen</name>
<email>mje@inducks.org</email>
</author>
<published>2017-07-10T12:54:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4af88ccbe68d6a2a6df428f569deb1f50d826cc7'/>
<id>urn:sha1:4af88ccbe68d6a2a6df428f569deb1f50d826cc7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #25222 -- Avoided installing django_bash_completion for python*-config.</title>
<updated>2015-08-04T18:27:31Z</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2015-08-04T14:17:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=34057730a55efe31431070c529031ee5a6f7f47b'/>
<id>urn:sha1:34057730a55efe31431070c529031ee5a6f7f47b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #25221 -- Prevented django_bash_completion from leaking variables into the environment.</title>
<updated>2015-08-04T18:27:31Z</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2015-08-04T14:07:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=74be214e8185c188ef6c1abf3e6dd0adadf5b794'/>
<id>urn:sha1:74be214e8185c188ef6c1abf3e6dd0adadf5b794</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Whitespace cleanup.</title>
<updated>2013-10-10T20:49:20Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-10-10T20:42:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1dae4ac1778f04805c0ed62c8debb13b281ba02b'/>
<id>urn:sha1:1dae4ac1778f04805c0ed62c8debb13b281ba02b</id>
<content type='text'>
* Removed trailing whitespace.
* Added newline to EOF if missing.
* Removed blank lines at EOF.
* Removed some stray tabs.
</content>
</entry>
<entry>
<title>Fixed #19523 -- Improved performance of Django's bash completion</title>
<updated>2013-01-22T12:50:10Z</updated>
<author>
<name>Anders Kaseorg</name>
<email>andersk@MIT.EDU</email>
</author>
<published>2013-01-22T12:46:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e535da6865f0e02f0b593b52ed2e040b24a886d6'/>
<id>urn:sha1:e535da6865f0e02f0b593b52ed2e040b24a886d6</id>
<content type='text'>
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).
</content>
</entry>
<entry>
<title>Fixed #12174 -- Corrected Bash command line completion when calling "python manage.py". Thanks to sethp for the report, and SmileyChris for the initial patch.</title>
<updated>2010-02-05T15:42:22Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-02-05T15:42:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=174352991231bedc9a7e68440509f40a14292e78'/>
<id>urn:sha1:174352991231bedc9a7e68440509f40a14292e78</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12386 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10752. Added more advanced bash completion. Thanks, Arthur Koziel.</title>
<updated>2009-09-11T23:15:59Z</updated>
<author>
<name>Joseph Kocherhans</name>
<email>joseph@jkocherhans.com</email>
</author>
<published>2009-09-11T23:15:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=677ddcbb04b85541f7b39b95541f5b46817ea510'/>
<id>urn:sha1:677ddcbb04b85541f7b39b95541f5b46817ea510</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11526 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
