index
:
django.git
fix-31295
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
/
test_blocktranslate.py
Age
Commit message (
Collapse
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
Rewrapped long docstrings and block comments to 79 characters + newline using script from https://github.com/medmunds/autofix-w505.
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
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
2021-06-10
Refs #24121 -- Added __repr__() to AdminForm, BlockContext, ↵
saeedblanchette
BlockTranslateNode, and IncludeNode.
2020-09-29
Fixed #18995 -- Made blocktranslate tag raise TemplateSyntaxError when ↵
Jacob Walls
plural count is not a number.
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