index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
templatetags
/
i18n.py
Age
Commit message (
Expand
)
Author
2022-10-31
Used more augmented assignment statements.
Nick Pope
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
2022-02-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2022-01-07
Avoided isinstance(…, Variable) calls in FilterExpression.resolve().
Keryn Knight
2021-08-02
Fixed #32919 -- Optimized lexing & parsing of templates.
Keryn Knight
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
2018-12-19
Replaced loop with dictionary comprehension.
Toivo Mattila
2018-05-10
Replaced TOKEN_* constants by TokenType enums.
Claude Paroz
2018-03-21
Refs #27656 -- Removed "This will" prefix from djanog/templatetags/i18n.py do...
Tim Graham
2017-07-31
Avoided creating temporary lists for obtaining the first item.
Sergey Fedoseev
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-01-22
Refs #23919 -- Replaced six.reraise by raise
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-08-12
Fixed #24257 -- Corrected i18n handling of percent signs.
Doug Beck
2015-07-01
Fixed #21695 -- Added asvar option to blocktrans.
Matthew Somerville
2015-06-02
Fixed #24230 -- Added translated language name for i18n template tag/filter.
Tomáš Ehrlich
2015-04-18
Removed cases of six.iter* wrapped in a list()
Curtis Maloney
2015-03-02
Fixed #24372 - Replaced TokenParser usage with traditional parsing.
Preston Timmons
2015-02-19
Set context.template instead of context.engine while rendering.
Aymeric Augustin
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2014-12-28
Cleaned up the django.template namespace.
Aymeric Augustin
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-11-23
Encapsulated TEMPLATE_STRING_IF_INVALID in Engine.
Aymeric Augustin
2014-04-26
Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-02-08
Fixed #21417 -- Expanded TEMPLATE_STRING_IF_INVALID in blocktrans
Claude Paroz
2013-11-08
Fixed #5849 -- Strip whitespace from blocktrans
Bouke Haarsma
2013-11-02
Fixed the remaining E302 violations int eh django package
Alex Gaynor
2013-10-26
Fixed up some more flake8 violations (this particular violation still has man...
Alex Gaynor
2013-09-22
Removed a few trailing backslashes.
Aymeric Augustin
2013-08-29
Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()
Tim Graham
2013-03-19
Fixed #18003 -- Preserved tracebacks when re-raising errors.
konarkmodi
2013-03-03
Fixed #19915 - Made blocktrans tag honor TEMPLATE_STRING_IF_INVALID.
matiasb
2013-02-25
Remove leading underscore from a function that's all growed up now.
Carl Meyer
2013-02-23
Used token.split_contents() for tokenisation in template tags accepting varia...
Baptiste Mispelon
2012-10-23
Fixed #19088 -- Always escape % inside blocktrans tag
Claude Paroz
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-28
Fixed #18393 -- Prevented blocktrans to crash when a variable name is badly f...
Julien Phalip
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2011-10-19
Fixed #14806 -- Added support for contextual translations to the `trans` and ...
Julien Phalip
[next]