index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
utils_tests
/
test_module
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-05-26
Fixed #32669 -- Fixed detection when started non-django modules which aren't ...
Moriyoshi Koizumi
2021-01-05
Fixed #32314 -- Fixed detection when started non-django modules with "python ...
William Schwartz
2017-06-08
Fixed #28241 -- Allowed module_has_submodule()'s module_name arg to be a dott...
Thomas Khyn
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-10-31
Fixed #23670 -- Prevented partial import state during module autodiscovery
Markus Holtermann
2014-05-19
Revert "Fixed #20477: Allowed settings.FORMAT_MODULE_PATH to be a list of mod...
Tim Graham
2014-05-19
Fixed #20477: Allowed settings.FORMAT_MODULE_PATH to be a list of modules.
Martin Brochhaus
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-10
Whitespace cleanup.
Tim Graham
2013-09-13
Fixed #21060 -- Refactored admin's autodiscover method to make it reusable.
Juan Catalano
2013-02-26
Renamed some tests and removed references to modeltests/regressiontests.
Florian Apolloner