django/tests/i18n
Ramiro Morales b5f52647fe Decode from UTF-8 explicitly when reading a text file in makemessages.
This shows itself with Python 3 under Windows where UTF-8 usually isn't
the default file I/O encoding and caused one failure and three errors
in our test suite under that platform setup.
2013-10-22 06:09:21 -03:00
..
commands Decode from UTF-8 explicitly when reading a text file in makemessages. 2013-10-22 06:09:21 -03:00
contenttypes Added TransRealMixin to fix i18n global state pollution in the test suite 2013-05-19 12:05:57 +02:00
other Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
patterns Fixed #19277 -- Added LocaleMiddleware.response_redirect_class 2013-10-03 16:15:29 -04:00
resolution Whitespace cleanup. 2013-10-10 16:49:20 -04:00
__init__.py Fixed #11915: generic Accept-Language matches country-specific variants 2013-05-19 12:50:09 +02:00
forms.py Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
models.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
tests.py Removed some direct settings manipulations in tests; refs #21230. 2013-10-21 11:31:05 -04:00
urls.py Fixed #14825 -- LocaleMiddleware keeps language 2013-05-25 10:52:54 +02:00