django/tests/regressiontests/i18n/commands
Claude Paroz c3b56c7cdd Used call_command in i18n compilation tests.
Now that call_command does not raise SystemExit any more, we can
use call_command again for testing compilemessages.
2012-05-27 23:11:27 +02:00
..
ignore_dir
locale
templates Made makemessages leave `'%%'` sequences untouched when extracting translatable literals from blocktrans template tags. 2011-12-11 00:48:26 +00:00
__init__.py
compilation.py Used call_command in i18n compilation tests. 2012-05-27 23:11:27 +02:00
extraction.py Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch. 2012-03-30 08:02:08 +00:00
javascript.js
tests.py