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
Age
Commit message (
Expand
)
Author
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