<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/shell, branch 4.2.10</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=4.2.10</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=4.2.10'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2022-02-07T19:37:05Z</updated>
<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>
<entry>
<title>Refs #33476 -- Refactored problematic code before reformatting by Black.</title>
<updated>2022-02-03T10:20:46Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-02-03T10:20:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=c5cd8783825b5f6384417dac5f3889b4210b7d08'/>
<id>urn:sha1:c5cd8783825b5f6384417dac5f3889b4210b7d08</id>
<content type='text'>
In these cases Black produces unexpected results, e.g.

def make_random_password(
    self,
    length=10,
    allowed_chars='abcdefghjkmnpqrstuvwxyz' 'ABCDEFGHJKLMNPQRSTUVWXYZ' '23456789',
):

or

cursor.execute("""
SELECT ...
""",
    [table name],
)</content>
</entry>
<entry>
<title>Refs #32956 -- Updated words ending in -wards.</title>
<updated>2021-07-30T18:34:50Z</updated>
<author>
<name>David Smith</name>
<email>39445562+smithdc1@users.noreply.github.com</email>
</author>
<published>2021-07-30T18:34:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=fbb1984046ae00bdf0b894a6b63294395da1cce8'/>
<id>urn:sha1:fbb1984046ae00bdf0b894a6b63294395da1cce8</id>
<content type='text'>
AP styleguide: Virtually none of the words ending with -wards end with
an s.</content>
</entry>
<entry>
<title>Fixed #32183 -- Fixed shell crash when passing code with nested scopes.</title>
<updated>2020-11-11T08:18:26Z</updated>
<author>
<name>William Schwartz</name>
<email>wkschwartz@gmail.com</email>
</author>
<published>2020-11-09T22:41:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=c0fc5ba3808becefcdc8b878f133fd2a864a072d'/>
<id>urn:sha1:c0fc5ba3808becefcdc8b878f133fd2a864a072d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #25680 -- Added shell tests for globals available in passed commands.</title>
<updated>2020-11-11T08:17:20Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-11-11T08:01:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=d26d1c196dbb82bf034608576b1019b163086e51'/>
<id>urn:sha1:d26d1c196dbb82bf034608576b1019b163086e51</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replaced django.test.utils.patch_logger() with assertLogs().</title>
<updated>2018-05-07T13:34:00Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2018-04-28T13:20:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=607970f31cc07c317f2ebb684c8f3ccc36a95b3e'/>
<id>urn:sha1:607970f31cc07c317f2ebb684c8f3ccc36a95b3e</id>
<content type='text'>
Thanks Tim Graham for the review.
</content>
</entry>
<entry>
<title>Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.</title>
<updated>2017-01-20T13:17:20Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-01-19T17:16:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=7aba69145dcb436539a7798086748b73a39121e5'/>
<id>urn:sha1:7aba69145dcb436539a7798086748b73a39121e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #27721 -- Added interface name to shell's IPython/bython import error.</title>
<updated>2017-01-12T18:12:21Z</updated>
<author>
<name>Peter Inglesby</name>
<email>peter.inglesby@gmail.com</email>
</author>
<published>2017-01-12T18:12:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=0b2e5da6ed946f10b4e0c1959f19d98449815715'/>
<id>urn:sha1:0b2e5da6ed946f10b4e0c1959f19d98449815715</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #27600 -- Suppressed the REPL during shell's reading from stdin.</title>
<updated>2016-12-21T22:05:33Z</updated>
<author>
<name>jpic</name>
<email>jamespic@gmail.com</email>
</author>
<published>2016-12-13T00:36:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=bf6392bb7565c21f01ed6f682b8558dcf1cc8070'/>
<id>urn:sha1:bf6392bb7565c21f01ed6f682b8558dcf1cc8070</id>
<content type='text'>
Thanks Adam Chainz for review and guidance.
</content>
</entry>
<entry>
<title>Fixed #25680 -- Added django-admin shell --command option.</title>
<updated>2016-01-06T23:43:41Z</updated>
<author>
<name>Niels Van Och</name>
<email>niels.vanoch@gmail.com</email>
</author>
<published>2015-11-07T11:07:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=7f7553dd30534d606c84952a3f6dcb64b396ce37'/>
<id>urn:sha1:7f7553dd30534d606c84952a3f6dcb64b396ce37</id>
<content type='text'>
Add a -c option to the shell command to execute a command passed as a
string as Django.
</content>
</entry>
</feed>
