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
/
template
/
base.py
Age
Commit message (
Expand
)
Author
2018-08-01
Fixed typos in comments and docs.
luz.paz
2018-07-31
Fixed #29617 -- Fixed Template crash if template_string is lazy.
Dražen Odobašić
2018-05-25
Fixed #29400 -- Fixed crash in custom template filters that use decorated fun...
Ryan Rubin
2018-05-10
Replaced TOKEN_* constants by TokenType enums.
Claude Paroz
2018-03-24
Removed unnecessary variable in Lexer.create_token().
Mads Jensen
2017-10-21
Fixed #28730 -- Fixed loss of precision for large integer literals in templates
Claude Paroz
2017-09-28
Simplified various __eq__() methods.
Mads Jensen
2017-08-23
Removed unneeded iter() calls.
Sergey Fedoseev
2017-04-27
Replaced django.utils.inspect.getargspec() with inspect.getfullargspec().
Alexander Allakhverdiyev
2017-02-23
Refs #23919 -- Used yield from.
Vytis Banaitis
2017-02-17
Refs #27656 -- Updated django.template/tag docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-07
Refs #27795 -- Removed force_text from the template layer
Claude Paroz
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-06
Fixed #27783 -- Switched VariableDoesNotExist.__str__() to repr() context.
Ryan O’Hara
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-25
Removed unused variables that are overwritten.
Mads Jensen
2017-01-21
Refs #23919 -- Removed re.U and re.UNICODE (default on Python 3).
Mariusz Felisiak
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed obsolete __ne__() methods.
Aymeric Augustin
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #24046 -- Removed mark_for_escaping() per deprecation timeline.
Tim Graham
2017-01-17
Refs #25466 -- Removed aliases for LoaderOrigin and StringOrigin.
Tim Graham
2016-12-20
Fixed #27584 -- Fixed display of render time template errors.
Preston Timmons
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-09-17
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
Tim Graham
2016-08-31
Fixed #27140 -- Prevented template rendering from hiding a property's TypeError.
Tim Graham
2016-05-10
Fixed #24046 -- Deprecated the "escape" half of utils.safestring.
Tim Graham
2016-05-09
Refs #24046 -- Removed redundant condition in render_value_in_context()
Tim Graham
2016-04-09
Fixed #26403 -- Removed translated content in "Invalid block tag" message.
amureki
2016-01-26
Fixed #25848 -- Set template origin on each node.
Preston Timmons
2015-12-03
Fixed #25825 -- Implemented __ne__() for template Origin
Jaap Roes
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-11-26
Fixed a typo in the template Parser.parse docstring.
Jaap Roes
2015-10-05
Fixed #25423 -- Made error message for unknown template tag more helpful.
Pindi Albert
2015-09-29
Fixed #25466 -- Added backwards compatibility aliases for LoaderOrigin and St...
Tim Graham
2015-09-23
Refs #22933 -- Removed template.resolve_variable() per deprecation timeline.
Tim Graham
2015-09-21
Refs #18773 -- Improved template variable exception logging message.
Nick Johnson
2015-09-15
Fixed #25404 -- Added line numbers to TemplateSyntaxError strings.
Dave Smith
2015-08-12
Fixed #24257 -- Corrected i18n handling of percent signs.
Doug Beck
2015-07-06
Removed some u string prefixes in code comments.
Tim Graham
2015-07-06
Removed unused variable template.base.ALLOWED_VARIABLE_CHARS.
Tim Graham
2015-06-30
Used %r in the TextNode repr to show newlines better.
Ned Batchelder
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-15
Fixed #24979 -- Removed usage of inspect.getargspec().
Tim Graham
2015-05-21
Fixed #17085, #24783 -- Refactored template library registration.
Preston Timmons
2015-05-13
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
2015-05-06
Moved engine-related exceptions to django.template.exceptions.
Preston Timmons
[next]