<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/admin_scripts, 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>Reverted "Refs #23919 -- Removed obsolete __init__.py files in management command directories."</title>
<updated>2020-06-01T08:55:41Z</updated>
<author>
<name>René Fleschenberg</name>
<email>rene@fleschenberg.net</email>
</author>
<published>2020-06-01T08:23:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=578b3046e3b4adc43655bb5dd955054b7bf19f89'/>
<id>urn:sha1:578b3046e3b4adc43655bb5dd955054b7bf19f89</id>
<content type='text'>
This reverts commit ccc25bfe4f0964a00df3af6f91c2d9e20159a0c2.

https://groups.google.com/d/topic/django-developers/GVHMH2ciAnk/discussion
</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>Refs #23433 -- Fixed test_django_admin_py.DeprecationTest tests failures on Windows and Python &lt; 3.8.</title>
<updated>2019-12-10T10:17:50Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2019-12-10T10:17:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=3fb7c12158a2402f0f80824f6778112071235803'/>
<id>urn:sha1:3fb7c12158a2402f0f80824f6778112071235803</id>
<content type='text'>
subprocess.run()'s args parameter accepts a path-like object on Windows
since Python 3.8.</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>
</feed>
