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
/
django
/
utils
/
translation
/
template.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-08-05
Refs #32986 -- Moved TRANSLATOR_COMMENT_MARK to django.utils.translation.temp...
Chris Jerdonek
2020-05-11
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
2019-12-18
Fixed #30585 -- Added {% translate %} and {% blocktranslate %} template tags.
Mike Hansen
2019-10-29
Fixed #30899 -- Lazily compiled import time regular expressions.
Hasan Ramezani
2018-05-10
Replaced TOKEN_* constants by TokenType enums.
Claude Paroz
2017-02-06
Refs #27795 -- Removed force_text from templatize function
Claude Paroz
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-10-01
Refs #26940 -- Re-allowed makemessages without settings
Claude Paroz
2016-08-11
Fixed #27034 -- Made makemessages independent of USE_I18N
Claude Paroz