<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/bin/django-admin.py, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<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>Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs."</title>
<updated>2017-03-07T15:10:32Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-03-07T15:10:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=784a53beef0ff4fb593bb6c4643924830b29e1bd'/>
<id>urn:sha1:784a53beef0ff4fb593bb6c4643924830b29e1bd</id>
<content type='text'>
This reverts commit 4cffa9a1ffb37d4de7e99a851a9ed87b3c02d229.
</content>
</entry>
<entry>
<title>Fixed #27878, refs #23919 -- Used python3 shebangs.</title>
<updated>2017-02-23T18:41:10Z</updated>
<author>
<name>Chris Lamb</name>
<email>chris@chris-lamb.co.uk</email>
</author>
<published>2017-02-23T15:55:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4cffa9a1ffb37d4de7e99a851a9ed87b3c02d229'/>
<id>urn:sha1:4cffa9a1ffb37d4de7e99a851a9ed87b3c02d229</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Moved all logic from django-admin.py into django.core.management, into a new execute_from_command_line() function, so it can be called from other scripts. Also improved createproject to disallow 'django' and 'test' as project names.</title>
<updated>2005-12-06T05:17:52Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2005-12-06T05:17:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6d210ef40341b26aa2881fbb82ef7a7cdd54a3df'/>
<id>urn:sha1:6d210ef40341b26aa2881fbb82ef7a7cdd54a3df</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1553 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #983 -- Made 'django-admin.py --help' output easier to read. Thanks, Oliver</title>
<updated>2005-12-02T20:58:35Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2005-12-02T20:58:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=027c47b9b4f88f83ec06a968e3c9264e6f878f74'/>
<id>urn:sha1:027c47b9b4f88f83ec06a968e3c9264e6f878f74</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1526 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #943 -- Restored django-admin createsuperuser functionality with no arguments. Thanks, deric</title>
<updated>2005-11-28T14:23:02Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2005-11-28T14:23:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=133839b0337177816fc40c9a9abd4151f51b6030'/>
<id>urn:sha1:133839b0337177816fc40c9a9abd4151f51b6030</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1477 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #798 and #715 -- Added optional arguments to createsuperuser, for each use in shell scripts. Thanks for the patch, bjorn@exoweb.net</title>
<updated>2005-11-28T02:57:38Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2005-11-28T02:57:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e85b071e47a8b25d47d7dfbb3b006030a1d09d87'/>
<id>urn:sha1:e85b071e47a8b25d47d7dfbb3b006030a1d09d87</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1474 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>fix a problem that masks errors in settings files for some users - in those cases you only got "INSTALLED_APPS not defined", but in reality your settings file was broken.</title>
<updated>2005-11-11T23:34:08Z</updated>
<author>
<name>Georg Bauer</name>
<email>gb@hugo.westfalen.de</email>
</author>
<published>2005-11-11T23:34:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6004fe9573e053faf3fc44bd895cc08c6e848267'/>
<id>urn:sha1:6004fe9573e053faf3fc44bd895cc08c6e848267</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1185 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Changed django-admin.py to display help if invoked with no arguments. Thanks, sopel</title>
<updated>2005-11-11T16:42:41Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2005-11-11T16:42:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cb222e4d4e5f3ebe4ba6773c8e39bc5702f4af57'/>
<id>urn:sha1:cb222e4d4e5f3ebe4ba6773c8e39bc5702f4af57</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1173 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
