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