<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/admin_scripts, branch 3.1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=3.1</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=3.1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2020-05-14T09:01:22Z</updated>
<entry>
<title>[3.1.x] Fixed #31575 -- Added system check for admin sidebar request context processor dependency.</title>
<updated>2020-05-14T09:01:22Z</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=1c2d0fdf3eb903d2323b39e0ca596e5322922a87'/>
<id>urn:sha1:1c2d0fdf3eb903d2323b39e0ca596e5322922a87</id>
<content type='text'>
Co-authored-by: Carlton Gibson &lt;carlton.gibson@noumenal.es&gt;

Backport of d522b51c401429c169d88742178a9b3777903d9e from master
</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>
<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>
<entry>
<title>Fixed typo in tests/admin_scripts/tests.py.</title>
<updated>2019-10-18T05:50:59Z</updated>
<author>
<name>Daniel Musketa</name>
<email>daniel@musketa.de</email>
</author>
<published>2019-10-18T05:50:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=3ca9df51c779510fbbfe296ca95a127d1dec2f87'/>
<id>urn:sha1:3ca9df51c779510fbbfe296ca95a127d1dec2f87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30872 -- Improved unknown command message when settings are manually configured.</title>
<updated>2019-10-15T11:04:32Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2019-10-15T09:04:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=1de9a92295af87846e810a40fbb9ceb6b8d3e773'/>
<id>urn:sha1:1de9a92295af87846e810a40fbb9ceb6b8d3e773</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replaced subprocess commands by run() wherever possible.</title>
<updated>2019-08-23T08:53:36Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2019-08-23T08:53:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=9386586f31b8a0bccf59a1bff647cd829d4e79aa'/>
<id>urn:sha1:9386586f31b8a0bccf59a1bff647cd829d4e79aa</id>
<content type='text'>
</content>
</entry>
</feed>
