<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/core/management/__init__.py, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2025-07-23T23:17:55Z</updated>
<entry>
<title>Refs #36500 -- Rewrapped long docstrings and block comments via a script.</title>
<updated>2025-07-23T23:17:55Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2025-07-23T03:41:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=69a93a88edb56ba47f624dac7a21aacc47ea474f'/>
<id>urn:sha1:69a93a88edb56ba47f624dac7a21aacc47ea474f</id>
<content type='text'>
Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505.
</content>
</entry>
<entry>
<title>Fixed typo in ManagementUtility.autocomplete()'s docstring.</title>
<updated>2023-04-13T07:28:17Z</updated>
<author>
<name>Vitor [Bux]baum</name>
<email>vitor.buxbaum@gmail.com</email>
</author>
<published>2023-04-12T17:21:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=09767420879b7542e48589e9003966ed31279e7b'/>
<id>urn:sha1:09767420879b7542e48589e9003966ed31279e7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #34233 -- Used @functools.cache.</title>
<updated>2023-01-18T18:23:18Z</updated>
<author>
<name>Nick Pope</name>
<email>nick@nickpope.me.uk</email>
</author>
<published>2023-01-18T18:23:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4470c2405c8dbb529501f9d78753e2aa4e9653a2'/>
<id>urn:sha1:4470c2405c8dbb529501f9d78753e2aa4e9653a2</id>
<content type='text'>
Python 3.9+ supports @functools.cache as an alias for
@functools.lru_cache(maxsize=None).</content>
</entry>
<entry>
<title>Removed obsolete note in management.get_commands() docstring.</title>
<updated>2022-07-25T05:55:52Z</updated>
<author>
<name>Anders Kaseorg</name>
<email>andersk@mit.edu</email>
</author>
<published>2022-07-25T05:55:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9ba2e8821fd88205f029b0e515015ddfb938ba12'/>
<id>urn:sha1:9ba2e8821fd88205f029b0e515015ddfb938ba12</id>
<content type='text'>
Commit 901c3708fb8a2e51bddd37358f8e536282a8c266 documented that the
return dict could directly include command modules instead of name
strings, which was true at the time. However, that possibility was
removed in commit 38f1fe3b35c212136d959538a309c33bf2d340a9.</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 #32355 -- Removed unnecessary list() calls before reversed() on dictviews.</title>
<updated>2022-01-07T15:29:15Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-01-07T15:29:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7346c288e307e1821e3ceb757d686c9bd879389c'/>
<id>urn:sha1:7346c288e307e1821e3ceb757d686c9bd879389c</id>
<content type='text'>
Dict and dictviews are iterable in reversed insertion order using
reversed() in Python 3.8+.</content>
</entry>
<entry>
<title>Fixed #33205 -- Made call_command() raise TypeError when dest with multiple arguments is passed.</title>
<updated>2021-10-25T05:48:06Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2021-10-22T14:38:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c1e4111c74ee9d9f48cbee5a5b7c40289203c93d'/>
<id>urn:sha1:c1e4111c74ee9d9f48cbee5a5b7c40289203c93d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #32177 -- Made execute_from_command_line() use program name from the argv argument.</title>
<updated>2020-11-10T07:16:53Z</updated>
<author>
<name>William Schwartz</name>
<email>wkschwartz@gmail.com</email>
</author>
<published>2020-11-09T20:42:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cc2269350548307e3fe31723ff4e40a879a7a173'/>
<id>urn:sha1:cc2269350548307e3fe31723ff4e40a879a7a173</id>
<content type='text'>
This caused crash in environments where sys.argv[0] is incorrectly set
to None.
</content>
</entry>
<entry>
<title>Fixed #32153 -- Fixed management commands when using required list options.</title>
<updated>2020-10-30T11:01:33Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2020-10-29T18:30:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f06beea92999407cc8dad3c47f006b7c727095a6'/>
<id>urn:sha1:f06beea92999407cc8dad3c47f006b7c727095a6</id>
<content type='text'>
Thanks Mark Gajdosik for the report and initial patch.
</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:38Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2020-09-29T13:51:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6eb3f53bdd5089e3ab229780fe339fecfc30a7ee'/>
<id>urn:sha1:6eb3f53bdd5089e3ab229780fe339fecfc30a7ee</id>
<content type='text'>
</content>
</entry>
</feed>
