summaryrefslogtreecommitdiff
path: root/tests/regressiontests/i18n
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2013-02-24Fixes #19763 - LocaleMiddleware should check for supported languages in setti...Łukasz Langa
2013-02-23Fixes #17866: Vary: Accept-Language header when language prefix usedŁukasz Langa
2013-02-23One last final fix for 0ad76843. Tested on py3 and py2Honza Kral
2013-02-23Changed %r to %s in get_language_info error message.Konrad Hałas
2013-02-23Fixed #19811 - Added language code fallback in get_language_info.Konrad Hałas
2013-02-23Fixed #19686 -- Added HTML5 number input typeClaude Paroz
2013-02-15Improved input sanitizing with thousand separatorsClaude Paroz
2013-02-15Updated FormattingTests test case to use settings contextsClaude Paroz
2013-02-03Fixed #19730 -- Don't validate importability of settings by using i18n in man...Ramiro Morales
2013-02-02Made ungettext_lazy usable for messages that do not contain the count.Aymeric Augustin
2013-01-30Fixed #19160 -- Made lazy plural translations usable.Aymeric Augustin
2013-01-29Fixed #19552 -- Enhanced makemessages handling of ``{# #}``-style template co...Ramiro Morales
2013-01-26Fixed #19589 -- assertRegexpMatches is deprecated in Python 3.3.Aymeric Augustin
2013-01-25Revert "Patch by Claude for #16084."Ramiro Morales
2013-01-25Patch by Claude for #16084.Ramiro Morales
2013-01-24More i18n makemessages tests tweaks.Ramiro Morales
2013-01-21Simplified a i18n test.Ramiro Morales
2013-01-17Made (make|compile)messages commands accept multiple locales at once.Craig Blaszczyk
2013-01-17Simplified i18n commands tests.Ramiro Morales
2013-01-16Modified makemessages so it creates .pot files once per invocation.Ramiro Morales
2013-01-16Fixed #17008 -- Added makemessages option to not remove .pot files.Ramiro Morales
2013-01-11Fixed #19488 -- Made i18n_patterns redirect work with non-slash-ending pathsClaude Paroz
2012-12-24Use new TestCase methods for equality comparisonsIan Clelland
2012-12-08Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz
2012-11-14Fixed #19272 -- Fixed gettext_lazy returned type on Python 2Claude Paroz
2012-10-23Fixed #19088 -- Always escape % inside blocktrans tagClaude Paroz
2012-10-22Cleaned up i18n regression testsClaude Paroz
2012-10-21Fixed #19142 -- Language codes can include numbers (RFC 3066).Jan Bednařík
2012-09-27Fixed #18881 -- Made the context option in {% trans %} and {% blocktrans %} a...Julien Phalip
2012-09-07Fixed 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-23Fixed #18798 -- Renamed conflicting test methods in i18n testsAlexey Boriskin
2012-08-18[py3] Ported django.utils.safestring.Aymeric Augustin
2012-08-18[py3] Stopped attempting to translate bytes.Aymeric Augustin
2012-08-08[py3] Fixed compilemessages testsClaude Paroz
2012-08-08[py3] Used compatible imports of StringIO.Aymeric Augustin
2012-07-22[py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin
2012-07-22[py3] Replaced basestring by six.string_types.Aymeric Augustin
2012-07-22[py3] Removed longs.Aymeric Augustin
2012-07-18Fixed #18479 -- Stopped makemessages raising error on gettext warningsClaude Paroz
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-05-28Fixed #18393 -- Prevented blocktrans to crash when a variable name is badly f...Julien Phalip
2012-05-27Used call_command in i18n compilation tests.Claude Paroz
2012-05-19Marked bytestrings with b prefix. Refs #18269Claude Paroz
2012-05-05Replaced cStringIO.StringIO by io.BytesIO.Claude Paroz
2012-05-03Used catch_warnings instead of save/restore methods. Refs #17049.Claude Paroz
2012-05-03Removed unused file from i18n regression tests.Ramiro Morales
2012-04-24Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syn...Claude Paroz
2012-03-31Fixed #18040 -- Removed so-called project-level locale trees from the list of...Ramiro Morales