summaryrefslogtreecommitdiff
path: root/tests/template_tests/syntax_tests/test_i18n.py
AgeCommit message (Expand)Author
2015-08-12Fixed #24257 -- Corrected i18n handling of percent signs.Doug Beck
2015-08-08Refs #25236 -- Removed ifequal/ifnotequal usage.Tim Graham
2015-07-01Fixed #21695 -- Added asvar option to blocktrans.Matthew Somerville
2015-06-02Fixed #24230 -- Added translated language name for i18n template tag/filter.Tomáš Ehrlich
2015-05-21Fixed #17085, #24783 -- Refactored template library registration.Preston Timmons
2015-03-02Fixed #24372 - Replaced TokenParser usage with traditional parsing.Preston Timmons
2014-12-28Isolated template tests from Django settings.Aymeric Augustin
2014-12-06Fixed #23958 -- Rewrote filter tests as unit tests.Preston Timmons
2014-12-03Converted recently refactored templates tests to SimpleTestCase.Ramiro Morales
2014-12-02Fixed #23768 -- Rewrote template tests as unit tests.Preston Timmons