summaryrefslogtreecommitdiff
path: root/tests/regressiontests/i18n/tests.py
AgeCommit message (Expand)Author
2013-01-17Fixed i18n test to match changed translationClaude Paroz
2012-12-24[1.5.x] Use new TestCase methods for equality comparisonsIan Clelland
2012-12-08[1.5.x] Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz
2012-11-14[1.5.x] Fixed #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-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-07-22[py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin
2012-07-22[py3] Removed longs.Aymeric Augustin
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-19Marked bytestrings with b prefix. Refs #18269Claude Paroz
2012-03-31Fixed #18040 -- Removed so-called project-level locale trees from the list of...Ramiro Morales
2012-03-30Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...Claude Paroz
2012-02-18Fixed #17720 -- Stopped the LocaleMiddleware from overeagerly using the reque...Jannis Leidel
2012-02-10Updated a few localization formats to stop the changes done in r17473 from br...Jannis Leidel
2012-02-04Fixed #17555 -- Added support for a missing trailing slash when redirecting b...Jannis Leidel
2012-01-31Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and ...Carl Meyer
2011-12-24Added a lower level test for numberformat when grouping is 0 and force_groupi...Aymeric Augustin
2011-12-11Fixed #11240 -- Made makemessages i18n command escape % symbols in literals p...Ramiro Morales
2011-12-03Fixed a couple of typos.Ramiro Morales
2011-11-11Fixed #16903 -- Added `--no-location` option to the `makemessages` command to...Julien Phalip
2011-10-20Fixed 16938 -- Ensured that the active locale's formats take precedence over ...Julien Phalip
2011-10-19Fixed #14806 -- Added support for contextual translations to the `trans` and ...Julien Phalip
2011-10-18Fixed #17054 -- Ensured the test suite runs when gettext isn't available, aft...Aymeric Augustin
2011-10-13Convert the remainder of the relative imports in the tests to be absolute imp...Alex Gaynor
2011-09-22Fixed #16909 -- Pass language to get_format_modules when calling it from get_...Jannis Leidel
2011-09-16Fixed #16803 -- Use model verbose_name directly as ContentType unicode repres...Carl Meyer
2011-09-08Fixed #16721 -- Made sure that blocktrans correctly handles percents (%), eve...Jannis Leidel
2011-09-08Fixed #16516 -- Relaxed the blocktrans rendering a little by falling back to ...Jannis Leidel
2011-06-26Fixed #16322 -- Fixed Accept-Language parsing to allow spaces around semicolo...Jannis Leidel
2011-06-15Fixed #11585 -- Added ability to translate and prefix URL patterns with a lan...Jannis Leidel
2011-05-07Fixed #15263 -- Added support for format localization to the now template tag...Jannis Leidel
2011-05-06Added missing future imports missed in r16167.Jannis Leidel
2011-05-06Make use of new translation and settings context manager in the tests.Jannis Leidel
2011-05-06Added django.utils.translation.override context manager to easily activate an...Jannis Leidel
2011-04-22Fixed #13810 -- Truncate numbers correctly when given number of decimal posit...Jannis Leidel
2011-03-28Made a bunch of simplifications now that we don't support Python 2.4Adrian Holovaty
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-02-12Fixed #15286 -- Don't show deprecation warning if project locale dir is inclu...Jannis Leidel
2011-02-07Fixed #5494, #10765, #14924 -- Modified the order in which translations are r...Ramiro Morales
2011-02-04Modified a few tests methods to make sure no leaks of activated locale or USE...Ramiro Morales
2011-02-03Fixed stability of data input/output L10N format modules priority order. Than...Ramiro Morales
2011-01-26Fixed #15157 -- Modified evaluation of literals surrounded by _(' and ')' in ...Ramiro Morales
2011-01-21Fixed a few translation related tests:Jannis Leidel
2011-01-17Refactor all uses of thread locals to be more consistant and sane.Alex Gaynor
2011-01-13Fixed #15024 -- Ensure that choice of L10N format module used is stable given...Ramiro Morales