index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
i18n
/
commands
/
compilation.py
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2013-01-17
Made (make|compile)messages commands accept multiple locales at once.
Craig Blaszczyk
2013-01-17
Simplified i18n commands tests.
Ramiro Morales
2012-12-08
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-09-07
Fixed tests that I broke a few commits ago.
Alex Gaynor
2012-09-07
[py3k] Silence many warnings while running the tests.
Alex Gaynor
2012-08-08
[py3] Fixed compilemessages tests
Claude Paroz
2012-05-27
Used call_command in i18n compilation tests.
Claude Paroz
2012-05-05
Replaced cStringIO.StringIO by io.BytesIO.
Claude Paroz
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2011-12-11
Added another `from__future__ import with_statement` missed in r17190.
Ramiro Morales
2011-12-11
Fixed #11240 -- Made makemessages i18n command escape % symbols in literals p...
Ramiro Morales
2011-10-13
Convert the remainder of the relative imports in the tests to be absolute imp...
Alex Gaynor
2010-12-04
Removed all usages of deprecated TestCase methods (self.fail*). This removed...
Alex Gaynor
2010-10-10
Consolidated i18n commands test with the rest of the i18n tests.
Ramiro Morales