<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/admin_scripts/tests.py, branch 4.0.4</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=4.0.4</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=4.0.4'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2022-02-08T18:25:02Z</updated>
<entry>
<title>[4.0.x] Refs #33476 -- Refactored code to strictly match 88 characters line length.</title>
<updated>2022-02-08T18:25:02Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-02-08T11:27:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3278c31fa59b41d03aea167f4cf85f4ddf7f848d'/>
<id>urn:sha1:3278c31fa59b41d03aea167f4cf85f4ddf7f848d</id>
<content type='text'>
Backport of 7119f40c9881666b6f9b5cf7df09ee1d21cc8344 from main.
</content>
</entry>
<entry>
<title>[4.0.x] Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-08T11:15:38Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-08T11:09:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6a682b38e75d4c975b4c4493565a59f1bc14397c'/>
<id>urn:sha1:6a682b38e75d4c975b4c4493565a59f1bc14397c</id>
<content type='text'>
Backport of 9c19aff7c7561e3a82978a272ecdaad40dda5c00 from main.
</content>
</entry>
<entry>
<title>Fixed #32309 -- Added --exclude option to startapp/startproject management commands.</title>
<updated>2021-09-01T10:08:02Z</updated>
<author>
<name>sage</name>
<email>laymonage@gmail.com</email>
</author>
<published>2021-07-24T00:09:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=84c7c4a477eae5de394d036d7ba1e58a37e18b69'/>
<id>urn:sha1:84c7c4a477eae5de394d036d7ba1e58a37e18b69</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #32309 -- Added test for excluding hidden directories in startproject command.</title>
<updated>2021-09-01T09:05:10Z</updated>
<author>
<name>sage</name>
<email>laymonage@gmail.com</email>
</author>
<published>2021-09-01T09:03:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3686077d463685d383e14b4695eaaa2658919a42'/>
<id>urn:sha1:3686077d463685d383e14b4695eaaa2658919a42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #25264 -- Allowed suppressing base command options in --help output.</title>
<updated>2021-08-31T09:04:02Z</updated>
<author>
<name>Jan Szoja</name>
<email>jszoja@gmail.com</email>
</author>
<published>2021-07-24T23:16:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b667ac24ead73300c49e265201b6c0b913ee36a3'/>
<id>urn:sha1:b667ac24ead73300c49e265201b6c0b913ee36a3</id>
<content type='text'>
This also suppresses -verbosity and --trackback options in the
runserver's help.
</content>
</entry>
<entry>
<title>Refs #25264 -- Added test for command --help output with default options and custom arguments.</title>
<updated>2021-08-31T09:03:58Z</updated>
<author>
<name>Jan Szoja</name>
<email>jszoja@gmail.com</email>
</author>
<published>2021-08-31T07:42:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=97f377cd3520794f7d4e97b7aa1fa2093c426273'/>
<id>urn:sha1:97f377cd3520794f7d4e97b7aa1fa2093c426273</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #32379 -- Added USE_TZ settings to AdminScriptTestCase.write_settings().</title>
<updated>2021-05-25T11:22:40Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-05-25T11:22:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7e51893911237dfca9294e3ca12163ff813fb656'/>
<id>urn:sha1:7e51893911237dfca9294e3ca12163ff813fb656</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #32734 -- Fixed validation of startapp's directory with trailing slash.</title>
<updated>2021-05-14T10:45:00Z</updated>
<author>
<name>Rohith PR</name>
<email>praroh2@gmail.com</email>
</author>
<published>2021-05-11T10:39:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=530f58caaa5052e9e56bf8461caee4d821953bcb'/>
<id>urn:sha1:530f58caaa5052e9e56bf8461caee4d821953bcb</id>
<content type='text'>
Regression in fc9566d42daf28cdaa25a5db1b5ade253ceb064f.
</content>
</entry>
<entry>
<title>Fixed #32296 -- Added --skip-checks option to runserver command.</title>
<updated>2021-01-18T11:51:35Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2020-12-24T15:29:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=34aa4f1997bd7f1fb0c43d6d1c6848e86b928f2e'/>
<id>urn:sha1:34aa4f1997bd7f1fb0c43d6d1c6848e86b928f2e</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
