<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/admin_scripts/tests.py, branch 3.2</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=3.2</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=3.2'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2020-12-15T10:25:46Z</updated>
<entry>
<title>Fixed #31007 -- Allowed specifying type of auto-created primary keys.</title>
<updated>2020-12-15T10:25:46Z</updated>
<author>
<name>Tom Forbes</name>
<email>tom@tomforb.es</email>
</author>
<published>2020-07-12T12:59:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=b5e12d490af3debca8c55ab3c1698189fdedbbdb'/>
<id>urn:sha1:b5e12d490af3debca8c55ab3c1698189fdedbbdb</id>
<content type='text'>
This also changes the default type of auto-created primary keys
for new apps and projects to BigAutoField.
</content>
</entry>
<entry>
<title>Fixed #32177 -- Made execute_from_command_line() use program name from the argv argument.</title>
<updated>2020-11-10T07:16:53Z</updated>
<author>
<name>William Schwartz</name>
<email>wkschwartz@gmail.com</email>
</author>
<published>2020-11-09T20:42:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=cc2269350548307e3fe31723ff4e40a879a7a173'/>
<id>urn:sha1:cc2269350548307e3fe31723ff4e40a879a7a173</id>
<content type='text'>
This caused crash in environments where sys.argv[0] is incorrectly set
to None.
</content>
</entry>
<entry>
<title>Corrected docstring quotes in various code.</title>
<updated>2020-09-22T08:30:53Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-09-22T08:30:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=75d7af43c104afeb0f101a79535cb63814d6d0f9'/>
<id>urn:sha1:75d7af43c104afeb0f101a79535cb63814d6d0f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_checks.</title>
<updated>2020-05-21T10:34:54Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2020-05-13T22:00:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=c60524c658f197f645b638f9bcc553103bfe2630'/>
<id>urn:sha1:c60524c658f197f645b638f9bcc553103bfe2630</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #31575 -- Added system check for admin sidebar request context processor dependency.</title>
<updated>2020-05-14T09:00:51Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-05-14T08:27:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=d522b51c401429c169d88742178a9b3777903d9e'/>
<id>urn:sha1:d522b51c401429c169d88742178a9b3777903d9e</id>
<content type='text'>
Co-authored-by: Carlton Gibson &lt;carlton.gibson@noumenal.es&gt;
</content>
</entry>
<entry>
<title>Removed unnecessary capturing/hiding of stdout/stderr in various tests.</title>
<updated>2020-04-27T06:06:12Z</updated>
<author>
<name>François Freitag</name>
<email>mail@franek.fr</email>
</author>
<published>2020-04-25T20:20:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=687cb38a05414f1e1fe6b255735d998bfc9741b4'/>
<id>urn:sha1:687cb38a05414f1e1fe6b255735d998bfc9741b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Capitalized Unicode in docs, strings, and comments.</title>
<updated>2020-04-20T10:10:33Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-04-18T14:46:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=505fec6badba0622bbf97bb659188c3d62a9bc58'/>
<id>urn:sha1:505fec6badba0622bbf97bb659188c3d62a9bc58</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/chango.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>Refs #23433 -- Removed script argument from AdminScriptTestCase.run_test().</title>
<updated>2019-12-06T09:33:54Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-11-13T14:30:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=8eb0f73eed4535a9e53ffd988242b7294d859a55'/>
<id>urn:sha1:8eb0f73eed4535a9e53ffd988242b7294d859a55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed unnecessary __init__.py creation in admin_scripts.tests.</title>
<updated>2019-12-06T08:57:09Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-11-13T14:20:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=8aefe1113706b4c1ee1835ee8eb9ee7e335435aa'/>
<id>urn:sha1:8aefe1113706b4c1ee1835ee8eb9ee7e335435aa</id>
<content type='text'>
</content>
</entry>
</feed>
