django/tests/regressiontests/i18n/commands
Ramiro Morales 869c9ba306 Fixed #19730 -- Don't validate importability of settings by using i18n in management commands.
They are handled independently now and the latter can be influenced by
the new BaseCommand.leave_locale_alone internal option.

Thanks chrischambers for the report, Claude, lpiatek, neaf and gabooo for
their work on a patch, originally on refs. #17379.
2013-02-03 23:40:38 -03:00
..
ignore_dir
locale Made (make|compile)messages commands accept multiple locales at once. 2013-01-17 00:53:17 -03:00
templates Fixed #19552 -- Enhanced makemessages handling of ``{# #}``-style template comments. 2013-01-29 19:13:23 -03:00
__init__.py
code.sample Fixed #18479 -- Stopped makemessages raising error on gettext warnings 2012-07-18 20:43:35 +02:00
compilation.py Made (make|compile)messages commands accept multiple locales at once. 2013-01-17 00:53:17 -03:00
extraction.py Fixed #19730 -- Don't validate importability of settings by using i18n in management commands. 2013-02-03 23:40:38 -03:00
javascript.js
tests.py [py3] Replaced basestring by six.string_types. 2012-07-22 09:29:54 +02:00