<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/django.git/tests/user_commands/management, branch main</title>
<subtitle>github.com: django/django.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/'/>
<entry>
<title>Fixed #34259 -- Passed called_from_command_line to command subparsers.</title>
<updated>2023-02-03T05:56:57+00:00</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2023-01-15T09:19:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=017fa23d3b0aee9142f531c2a0002fc86c82a54c'/>
<id>017fa23d3b0aee9142f531c2a0002fc86c82a54c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05+00:00</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #33205 -- Made call_command() raise TypeError when dest with multiple arguments is passed.</title>
<updated>2021-10-25T05:48:06+00:00</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2021-10-22T14:38:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=c1e4111c74ee9d9f48cbee5a5b7c40289203c93d'/>
<id>c1e4111c74ee9d9f48cbee5a5b7c40289203c93d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #32355 -- Dropped support for Python 3.6 and 3.7</title>
<updated>2021-02-10T09:20:54+00:00</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-01-19T07:35:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=ec0ff406311de88f4e2a135d784363424fe602aa'/>
<id>ec0ff406311de88f4e2a135d784363424fe602aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #32153 -- Fixed management commands when using required list options.</title>
<updated>2020-10-30T11:01:33+00:00</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2020-10-29T18:30:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=f06beea92999407cc8dad3c47f006b7c727095a6'/>
<id>f06beea92999407cc8dad3c47f006b7c727095a6</id>
<content type='text'>
Thanks Mark Gajdosik for the report and initial patch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks Mark Gajdosik for the report and initial patch.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #32094 -- Fixed flush() calls on management command self.stdout/err proxies.</title>
<updated>2020-10-09T10:59:00+00:00</updated>
<author>
<name>Thomas Riccardi</name>
<email>thomas@deepomatic.com</email>
</author>
<published>2020-10-08T18:41:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=f1f24539d8c86f60d1e2951a19eb3178e15d6399'/>
<id>f1f24539d8c86f60d1e2951a19eb3178e15d6399</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #32047 -- Added test for using call_command() with constant required options.</title>
<updated>2020-10-06T06:23:25+00:00</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2020-10-05T22:13:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=efe74fff25e1e85402ecb73d80eea7625246f4ea'/>
<id>efe74fff25e1e85402ecb73d80eea7625246f4ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #32047 -- Fixed call_command() crash if a constant option from required mutually exclusive group is passed in options.</title>
<updated>2020-09-30T18:10:38+00:00</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2020-09-29T13:51:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=6eb3f53bdd5089e3ab229780fe339fecfc30a7ee'/>
<id>6eb3f53bdd5089e3ab229780fe339fecfc30a7ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reverted "Refs #23919 -- Removed obsolete __init__.py files in management command directories."</title>
<updated>2020-06-01T08:55:41+00:00</updated>
<author>
<name>René Fleschenberg</name>
<email>rene@fleschenberg.net</email>
</author>
<published>2020-06-01T08:23:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=578b3046e3b4adc43655bb5dd955054b7bf19f89'/>
<id>578b3046e3b4adc43655bb5dd955054b7bf19f89</id>
<content type='text'>
This reverts commit ccc25bfe4f0964a00df3af6f91c2d9e20159a0c2.

https://groups.google.com/d/topic/django-developers/GVHMH2ciAnk/discussion
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit ccc25bfe4f0964a00df3af6f91c2d9e20159a0c2.

https://groups.google.com/d/topic/django-developers/GVHMH2ciAnk/discussion
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_checks.</title>
<updated>2020-05-21T10:34:54+00:00</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2020-05-13T22:00:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=c60524c658f197f645b638f9bcc553103bfe2630'/>
<id>c60524c658f197f645b638f9bcc553103bfe2630</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
