Chris Jerdonek
|
4fe3774c72
|
Refs #32986 -- Moved TRANSLATOR_COMMENT_MARK to django.utils.translation.template.
|
2021-08-05 06:11:40 +02:00 |
Jon Dufresne
|
d6aff369ad
|
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
The method has been available since Python 3.6. The shorter syntax is
also marginally faster.
|
2020-05-11 12:01:28 +02:00 |
Mike Hansen
|
d291c72bf2
|
Fixed #30585 -- Added {% translate %} and {% blocktranslate %} template tags.
|
2019-12-18 13:15:38 +01:00 |
Hasan Ramezani
|
e3d0b4d550
|
Fixed #30899 -- Lazily compiled import time regular expressions.
|
2019-10-29 09:22:26 +01:00 |
Claude Paroz
|
9c4ea63e87
|
Replaced TOKEN_* constants by TokenType enums.
Thanks Tim Graham for the review.
|
2018-05-10 17:51:51 +02:00 |
Claude Paroz
|
2757209c9d
|
Refs #27795 -- Removed force_text from templatize function
|
2017-02-06 17:35:03 +01:00 |
Vytis Banaitis
|
d1bab24e01
|
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
|
2017-01-26 08:19:27 -05:00 |
Claude Paroz
|
2b281cc35e
|
Refs #23919 -- Removed most of remaining six usage
Thanks Tim Graham for the review.
|
2017-01-18 21:33:28 +01:00 |
Claude Paroz
|
c716fe8782
|
Refs #23919 -- Removed six.PY2/PY3 usage
Thanks Tim Graham for the review.
|
2017-01-18 16:21:28 +01:00 |
Claude Paroz
|
d7b9aaa366
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
Claude Paroz
|
fa2f55cfd5
|
Refs #26940 -- Re-allowed makemessages without settings
Thanks Tim Graham for the review.
|
2016-10-01 14:57:16 +02:00 |
Claude Paroz
|
5fb22b4d4c
|
Fixed #27034 -- Made makemessages independent of USE_I18N
Thanks Tim Graham for the review.
|
2016-08-11 21:16:19 +02:00 |