<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/core/management/base.py, branch 4.2.29</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=4.2.29</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=4.2.29'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2023-02-03T06:54:15Z</updated>
<entry>
<title>[4.2.x] Fixed #34259 -- Passed called_from_command_line to command subparsers.</title>
<updated>2023-02-03T06:54:15Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2023-01-15T09:19:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=beaa5f31e1e97bbde83a609c4b143193899f79ff'/>
<id>urn:sha1:beaa5f31e1e97bbde83a609c4b143193899f79ff</id>
<content type='text'>
Backport of 017fa23d3b0aee9142f531c2a0002fc86c82a54c from main
</content>
</entry>
<entry>
<title>Fixed #33657 -- Allowed customizing formatter class of argument parsers.</title>
<updated>2022-06-20T15:34:52Z</updated>
<author>
<name>Abhinav Yadav</name>
<email>72503824+SirAbhi13@users.noreply.github.com</email>
</author>
<published>2022-06-20T15:34:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2887b9f67cadc5295ef6a0574de2c2c8fdd66905'/>
<id>urn:sha1:2887b9f67cadc5295ef6a0574de2c2c8fdd66905</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Renamed wrapped functions to wrapper.</title>
<updated>2022-05-25T08:53:52Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2022-05-22T06:20:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6485894157949338d76ca9a0da0b4c9cfef40e10'/>
<id>urn:sha1:6485894157949338d76ca9a0da0b4c9cfef40e10</id>
<content type='text'>
All these functions are wrapping another function. They're the wrapper,
while the function they're wrapping is the wrapped.
</content>
</entry>
<entry>
<title>Refs #33476 -- Refactored code to strictly match 88 characters line length.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-02-04T07:08:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7119f40c9881666b6f9b5cf7df09ee1d21cc8344'/>
<id>urn:sha1:7119f40c9881666b6f9b5cf7df09ee1d21cc8344</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/django.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/django.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 #31546 -- Removed support for boolean values in Command.requires_system_checks.</title>
<updated>2021-09-20T19:23:01Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-09-16T06:23:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1cb495074f6d983096a015736fed16176588cd33'/>
<id>urn:sha1:1cb495074f6d983096a015736fed16176588cd33</id>
<content type='text'>
Per deprecation timeline.
</content>
</entry>
<entry>
<title>Fixed #25264 -- Allowed suppressing base command options in --help output.</title>
<updated>2021-08-31T09:04:02Z</updated>
<author>
<name>Jan Szoja</name>
<email>jszoja@gmail.com</email>
</author>
<published>2021-07-24T23:16:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b667ac24ead73300c49e265201b6c0b913ee36a3'/>
<id>urn:sha1:b667ac24ead73300c49e265201b6c0b913ee36a3</id>
<content type='text'>
This also suppresses -verbosity and --trackback options in the
runserver's help.
</content>
</entry>
<entry>
<title>Fixed #32094 -- Fixed flush() calls on management command self.stdout/err proxies.</title>
<updated>2020-10-09T10:59:00Z</updated>
<author>
<name>Thomas Riccardi</name>
<email>thomas@deepomatic.com</email>
</author>
<published>2020-10-08T18:41:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f1f24539d8c86f60d1e2951a19eb3178e15d6399'/>
<id>urn:sha1:f1f24539d8c86f60d1e2951a19eb3178e15d6399</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/django.git/commit/?id=c60524c658f197f645b638f9bcc553103bfe2630'/>
<id>urn:sha1:c60524c658f197f645b638f9bcc553103bfe2630</id>
<content type='text'>
</content>
</entry>
</feed>
