summaryrefslogtreecommitdiff
path: root/tests/template_tests/syntax_tests/i18n
AgeCommit message (Expand)Author
2022-02-03Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak
2021-06-10Refs #24121 -- Added __repr__() to AdminForm, BlockContext, BlockTranslateNod...saeedblanchette
2020-09-29Fixed #18995 -- Made blocktranslate tag raise TemplateSyntaxError when plural...Jacob Walls
2019-12-18Refs #30585 -- Updated project templates and tests to use (block)translate tags.Mike Hansen
2019-12-18Fixed #30585 -- Added {% translate %} and {% blocktranslate %} template tags.Mike Hansen
2019-06-20Fixed #30451 -- Added ASGI handler and coroutine-safety.Andrew Godwin
2019-03-03Reverted "Fixed relative paths imports per isort 4.3.5."Mariusz Felisiak
2019-02-25Fixed relative paths imports per isort 4.3.5.Mariusz Felisiak
2018-03-21Increased test coverage for i18n template tags.Mads Jensen
2017-07-29Used assertRaisesMessage() to test Django's error messages.Mads Jensen
2017-02-07Refs #27795 -- Removed force_text from the template layerClaude Paroz
2017-02-04Added tests for various __repr__() methods.Mads Jensen
2017-01-20Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-06Fixed #24423 -- Reorganized i18n tag tests.Andy Craze