<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/utils_tests/test_module, 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>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/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #32669 -- Fixed detection when started non-django modules which aren't packages with "python -m" in autoreloader.</title>
<updated>2021-05-26T10:29:43Z</updated>
<author>
<name>Moriyoshi Koizumi</name>
<email>mozo@mozo.jp</email>
</author>
<published>2021-04-25T02:52:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9e4780dedac15adcc04309d0198f4ae34e04cc2a'/>
<id>urn:sha1:9e4780dedac15adcc04309d0198f4ae34e04cc2a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #32314 -- Fixed detection when started non-django modules with "python -m" in autoreloader.</title>
<updated>2021-01-05T20:03:29Z</updated>
<author>
<name>William Schwartz</name>
<email>wkschwartz@gmail.com</email>
</author>
<published>2021-01-04T14:50:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ec6d2531c59466924b645f314ac33f54470d7ac3'/>
<id>urn:sha1:ec6d2531c59466924b645f314ac33f54470d7ac3</id>
<content type='text'>
django.utils.autoreload.get_child_arguments() detected when Python was
started with the `-m` option only for `django` module. This commit
changes the logic to check __spec__, see
https://docs.python.org/3/reference/import.html#main-spec

Now packages can implement their own __main__ with the runserver
command.
</content>
</entry>
<entry>
<title>Fixed #28241 -- Allowed module_has_submodule()'s module_name arg to be a dotted path.</title>
<updated>2017-06-08T18:34:20Z</updated>
<author>
<name>Thomas Khyn</name>
<email>thomas@ksytek.com</email>
</author>
<published>2017-06-08T18:34:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f6bd00131e687aedf2719ad31e84b097562ca5f2'/>
<id>urn:sha1:f6bd00131e687aedf2719ad31e84b097562ca5f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Stopped inheriting from object to define new style classes.</title>
<updated>2017-01-19T07:39:46Z</updated>
<author>
<name>Simon Charette</name>
<email>charettes@users.noreply.github.com</email>
</author>
<published>2017-01-19T07:39:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cecc079168e8669138728d31611ff3a1e7eb3a9f'/>
<id>urn:sha1:cecc079168e8669138728d31611ff3a1e7eb3a9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed E305 flake8 warnings.</title>
<updated>2016-11-14T17:30:46Z</updated>
<author>
<name>Ramin Farajpour Cami</name>
<email>ramin.blackhat@gmail.com</email>
</author>
<published>2016-11-12T17:11:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=967be82443b5640d61608a89897d8ce2bc44fa54'/>
<id>urn:sha1:967be82443b5640d61608a89897d8ce2bc44fa54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sorted imports with isort; refs #23860.</title>
<updated>2015-02-06T13:16:28Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-01-28T12:35:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0ed7d155635da9f79d4dd67e4889087d3673c6da'/>
<id>urn:sha1:0ed7d155635da9f79d4dd67e4889087d3673c6da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #23670 -- Prevented partial import state during module autodiscovery</title>
<updated>2014-10-31T12:01:47Z</updated>
<author>
<name>Markus Holtermann</name>
<email>info@markusholtermann.eu</email>
</author>
<published>2014-10-31T09:22:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=98da408964b229ee0b35bb8c4500820e3606aeab'/>
<id>urn:sha1:98da408964b229ee0b35bb8c4500820e3606aeab</id>
<content type='text'>
Thanks kostko for the report.
</content>
</entry>
<entry>
<title>Revert "Fixed #20477: Allowed settings.FORMAT_MODULE_PATH to be a list of modules."</title>
<updated>2014-05-19T12:22:46Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-05-19T12:22:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5abc811a40dbeee092b9f50055d229e9c24274fa'/>
<id>urn:sha1:5abc811a40dbeee092b9f50055d229e9c24274fa</id>
<content type='text'>
This reverts commit 950b6de16ac2f8135612f2ed5984c090dd8e4dcf.
</content>
</entry>
<entry>
<title>Fixed #20477: Allowed settings.FORMAT_MODULE_PATH to be a list of modules.</title>
<updated>2014-05-19T11:59:13Z</updated>
<author>
<name>Martin Brochhaus</name>
<email>mbrochh@gmail.com</email>
</author>
<published>2014-05-19T05:23:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=950b6de16ac2f8135612f2ed5984c090dd8e4dcf'/>
<id>urn:sha1:950b6de16ac2f8135612f2ed5984c090dd8e4dcf</id>
<content type='text'>
Previously the FORMAT_MODULE_PATH setting only accepted one string (dotted
module path).

This is useful when using several reusable third party apps that define new
formats. We can now use them all and we can even override some of the formats
by providing a project-wide format module.
</content>
</entry>
</feed>
