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.
This commit is contained in:
Martin Brochhaus 2014-05-19 13:23:45 +08:00 committed by Tim Graham
parent bfac6bef83
commit 950b6de16a
11 changed files with 103 additions and 9 deletions

View file

@ -0,0 +1,4 @@
"""
Custom format module. Used by tests in ``tests/utils_tests/test_formats.py``.
"""