django/tests/utils_tests/test_module
Martin Brochhaus 950b6de16a Fixed #20477: Allowed settings.FORMAT_MODULE_PATH to be a list of modules.
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.
2014-05-19 07:59:13 -04:00
..
formats Fixed #20477: Allowed settings.FORMAT_MODULE_PATH to be a list of modules. 2014-05-19 07:59:13 -04:00
formats2 Fixed #20477: Allowed settings.FORMAT_MODULE_PATH to be a list of modules. 2014-05-19 07:59:13 -04:00
__init__.py Fixed #21060 -- Refactored admin's autodiscover method to make it reusable. 2013-09-13 20:09:41 -04:00
another_bad_module.py Fixed #21060 -- Refactored admin's autodiscover method to make it reusable. 2013-09-13 20:09:41 -04:00
another_good_module.py Fixed #21060 -- Refactored admin's autodiscover method to make it reusable. 2013-09-13 20:09:41 -04:00
bad_module.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
good_module.py Whitespace cleanup. 2013-10-10 16:49:20 -04:00