index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
template_tests
/
syntax_tests
/
i18n
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2023-12-31
Used addCleanup() in tests where appropriate.
Mariusz Felisiak
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2022-07-14
Fixed #33631 -- Marked {% blocktranslate asvar %} result as HTML safe.
cheng
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2021-06-10
Refs #24121 -- Added __repr__() to AdminForm, BlockContext, BlockTranslateNod...
saeedblanchette
2020-09-29
Fixed #18995 -- Made blocktranslate tag raise TemplateSyntaxError when plural...
Jacob Walls
2019-12-18
Refs #30585 -- Updated project templates and tests to use (block)translate tags.
Mike Hansen
2019-12-18
Fixed #30585 -- Added {% translate %} and {% blocktranslate %} template tags.
Mike Hansen
2019-06-20
Fixed #30451 -- Added ASGI handler and coroutine-safety.
Andrew Godwin
2019-03-03
Reverted "Fixed relative paths imports per isort 4.3.5."
Mariusz Felisiak
2019-02-25
Fixed relative paths imports per isort 4.3.5.
Mariusz Felisiak
2018-03-21
Increased test coverage for i18n template tags.
Mads Jensen
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-02-07
Refs #27795 -- Removed force_text from the template layer
Claude Paroz
2017-02-04
Added tests for various __repr__() methods.
Mads Jensen
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-06
Fixed #24423 -- Reorganized i18n tag tests.
Andy Craze