django1/tests/utils_tests/test_module
Moriyoshi Koizumi 9e4780deda Fixed #32669 -- Fixed detection when started non-django modules which aren't packages with "python -m" in autoreloader. 2021-05-26 12:29:43 +02:00
..
child_module Fixed #28241 -- Allowed module_has_submodule()'s module_name arg to be a dotted path. 2017-06-08 14:34:20 -04:00
__init__.py
__main__.py Fixed #32314 -- Fixed detection when started non-django modules with "python -m" in autoreloader. 2021-01-05 21:03:29 +01:00
another_bad_module.py
another_good_module.py
bad_module.py
good_module.py Whitespace cleanup. 2013-10-10 16:49:20 -04:00
main_module.py Fixed #32669 -- Fixed detection when started non-django modules which aren't packages with "python -m" in autoreloader. 2021-05-26 12:29:43 +02:00