<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/shell, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2025-07-18T11:47:44Z</updated>
<entry>
<title>Refs #35680 -- Sorted shell default autoimports to prevent isort mismatches.</title>
<updated>2025-07-18T11:47:44Z</updated>
<author>
<name>nessita</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2025-07-18T11:47:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=e767bd6838d40893b001c1ad6ba2ab9293527532'/>
<id>urn:sha1:e767bd6838d40893b001c1ad6ba2ab9293527532</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35680 -- Added automatic imports of common utilies to shell management command.</title>
<updated>2025-07-17T10:51:43Z</updated>
<author>
<name>Salvo Polizzi</name>
<email>salvopolizzi03@gmail.com</email>
</author>
<published>2025-02-14T07:17:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=a5cd84ad2002f9a43363ab9fd9d9f6e9dfa48c60'/>
<id>urn:sha1:a5cd84ad2002f9a43363ab9fd9d9f6e9dfa48c60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36252 -- Handled duplicate automatic imports in the shell command.</title>
<updated>2025-03-17T19:29:28Z</updated>
<author>
<name>hesham942</name>
<email>heshamhatem2004@gmail.com</email>
</author>
<published>2025-03-14T13:16:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=e804a07d76fc85468f27f7130ae1442fabcd650d'/>
<id>urn:sha1:e804a07d76fc85468f27f7130ae1442fabcd650d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36224 -- Fixed shell imports when settings not configured.</title>
<updated>2025-03-07T14:34:56Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2025-03-03T16:19:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=de1117ea8eabe0ee0aa048e5a4e249eab7c4245e'/>
<id>urn:sha1:de1117ea8eabe0ee0aa048e5a4e249eab7c4245e</id>
<content type='text'>
Thank you Raffaella for the report. Thank you Tim Schilling and Natalia Bidart
for the reviews.
</content>
</entry>
<entry>
<title>Fixed #36158 -- Refactored shell command to improve auto-imported objects reporting.</title>
<updated>2025-02-13T15:01:13Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2025-02-07T19:36:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=56e23b2319cc29e6f8518f8f21f95a530dddb930'/>
<id>urn:sha1:56e23b2319cc29e6f8518f8f21f95a530dddb930</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #35515 -- Fixed shell command verbose output when auto-importing 0 or 1 object.</title>
<updated>2025-02-11T01:58:26Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2025-02-07T18:25:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=0597e8ad1e55b565292ead732916aa0e39bdf37b'/>
<id>urn:sha1:0597e8ad1e55b565292ead732916aa0e39bdf37b</id>
<content type='text'>
Co-authored-by: Salvo Polizzi &lt;salvopolizzi03@gmail.com&gt;
</content>
</entry>
<entry>
<title>Refs #35515 -- Refactored internal `get_and_report_namespace` in the shell command.</title>
<updated>2025-02-11T01:58:26Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2025-02-07T17:18:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=44ccd20375ba0d4da869ef994bc10a2311e9dc88'/>
<id>urn:sha1:44ccd20375ba0d4da869ef994bc10a2311e9dc88</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35515 -- Added automatic model imports to shell management command.</title>
<updated>2025-01-09T16:00:29Z</updated>
<author>
<name>Salvo Polizzi</name>
<email>101474753+salvo-polizzi@users.noreply.github.com</email>
</author>
<published>2025-01-09T16:00:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=fc28550fe4e0582952993976edc62971bd5345a8'/>
<id>urn:sha1:fc28550fe4e0582952993976edc62971bd5345a8</id>
<content type='text'>
Thanks to Bhuvnesh Sharma and Adam Johnson for mentoring this Google
Summer of Code 2024 project. Thanks to Sarah Boyce, David Smith, Jacob
Walls and Natalia Bidart for reviews.</content>
</entry>
<entry>
<title>Fixed #35517, Refs #35515 -- Improved test coverage of shell command.</title>
<updated>2024-06-27T14:42:55Z</updated>
<author>
<name>Salvo Polizzi</name>
<email>plzslv03a25c351k@studium.unict.it</email>
</author>
<published>2024-06-11T08:08:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=dfac15d57048432fd8ad3dd189276d1ef304fc4c'/>
<id>urn:sha1:dfac15d57048432fd8ad3dd189276d1ef304fc4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
</feed>
