django/tests/i18n
Martin Brochhaus bb0a9a070b Fixed #20477: Allowed list of modules for FORMAT_MODULE_PATH
Previously the FORMAT_MODULE_PATH setting only accepted one string (dotted
module path). A feature has been added to also allow a list of strings.

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-21 07:35:47 -04:00
..
commands
contenttypes Harmonized some PEP 0263 coding preambles 2014-05-15 19:58:41 +02:00
exclude Fixed #22328 -- Added --exclude option to compilemessages and makemessages. 2014-04-26 17:07:44 +07:00
other
other2 Fixed #20477: Allowed list of modules for FORMAT_MODULE_PATH 2014-05-21 07:35:47 -04:00
patterns Fixed #21977 -- Deprecated SimpleTestCase.urls 2014-04-06 17:33:43 -04:00
project_dir
resolution
__init__.py
forms.py
models.py
test_compilation.py Fixed clash caused by the newly introduced -e shorthand for makemessages --exclude. 2014-05-02 23:07:17 +07:00
test_extraction.py Fixed clash caused by the newly introduced -e shorthand for makemessages --exclude. 2014-05-02 23:07:17 +07:00
tests.py Fixed #20477: Allowed list of modules for FORMAT_MODULE_PATH 2014-05-21 07:35:47 -04:00
urls.py