summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_module
AgeCommit message (Expand)Author
2021-01-05Fixed #32314 -- Fixed detection when started non-django modules with "python ...William Schwartz
2017-06-08Fixed #28241 -- Allowed module_has_submodule()'s module_name arg to be a dott...Thomas Khyn
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-10-31Fixed #23670 -- Prevented partial import state during module autodiscoveryMarkus Holtermann
2014-05-19Revert "Fixed #20477: Allowed settings.FORMAT_MODULE_PATH to be a list of mod...Tim Graham
2014-05-19Fixed #20477: Allowed settings.FORMAT_MODULE_PATH to be a list of modules.Martin Brochhaus
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-10-10Whitespace cleanup.Tim Graham
2013-09-13Fixed #21060 -- Refactored admin's autodiscover method to make it reusable.Juan Catalano
2013-02-26Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner