index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
i18n
/
test_compilation.py
Age
Commit message (
Expand
)
Author
2015-08-12
Fixed #24257 -- Corrected i18n handling of percent signs.
Doug Beck
2015-06-04
Fixed #24159 -- Made compilemessages run across all apps.
Matthew Somerville
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2014-11-29
Fixed #23930 -- Added copies of captured_std* managers from CPython's test.su...
wrwrwr
2014-11-18
Fixed #18714 -- Added 'fuzzy' compilemessages option
Anton Baklanov
2014-05-02
Fixed clash caused by the newly introduced -e shorthand for makemessages --ex...
Loic Bistuer
2014-04-26
Fixed #22328 -- Added --exclude option to compilemessages and makemessages.
Ana Krivokapic
2014-02-18
Fixed #21732 -- Made compilemessages complain about non-writable location
Claude Paroz
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-11-23
Fixed #21488 -- Multiple locales treatment in i18n commands.
Ramiro Morales
2013-10-28
Rearranged some i18n tests
Claude Paroz