summaryrefslogtreecommitdiff
path: root/tests/template_tests/syntax_tests/i18n
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+0
* Fixed #33631 -- Marked {% blocktranslate asvar %} result as HTML safe.cheng2022-07-141-0/+16
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-077-68/+172
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-0711-566/+853
* Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak2022-02-031-1/+1
* Refs #24121 -- Added __repr__() to AdminForm, BlockContext, BlockTranslateNod...saeedblanchette2021-06-101-0/+16
* Fixed #18995 -- Made blocktranslate tag raise TemplateSyntaxError when plural...Jacob Walls2020-09-291-0/+9
* Refs #30585 -- Updated project templates and tests to use (block)translate tags.Mike Hansen2019-12-182-155/+170
* Fixed #30585 -- Added {% translate %} and {% blocktranslate %} template tags.Mike Hansen2019-12-182-71/+215
* Fixed #30451 -- Added ASGI handler and coroutine-safety.Andrew Godwin2019-06-202-4/+5
* Reverted "Fixed relative paths imports per isort 4.3.5."Mariusz Felisiak2019-03-033-3/+3
* Fixed relative paths imports per isort 4.3.5.Mariusz Felisiak2019-02-253-3/+3
* Increased test coverage for i18n template tags.Mads Jensen2018-03-217-0/+101
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-3/+5
* Refs #27795 -- Removed force_text from the template layerClaude Paroz2017-02-071-3/+3
* Added tests for various __repr__() methods.Mads Jensen2017-02-041-0/+7
* Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham2017-01-201-2/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-188-20/+0
* Fixed #24423 -- Reorganized i18n tag tests.Andy Craze2017-01-069-0/+932