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
2017-01-25
[1.11.x] Removed unused variables that are overwritten.
Mads Jensen
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
2015-05-06
Fixed #24119, #24120 -- Formalized debug integration for template backends.
Preston Timmons
2015-04-22
Fixed #15053 -- Enabled recursive template loading.
Preston Timmons
2015-04-18
Removed cases of six.iter* wrapped in a list()
Curtis Maloney
2015-04-01
Fixed #23441, #24555 -- Improved the behavior of InclusionNode.
Preston Timmons
2015-03-27
Fixed #18773 -- Added logging for template variable resolving
Caroline Simpson
2015-03-20
Cleaned up the template debug implementation.
Preston Timmons
2015-03-13
Fed tuples to startswith when appropriate
Claude Paroz
2015-03-02
Fixed #24372 - Replaced TokenParser usage with traditional parsing.
Preston Timmons
2015-02-20
Removed a non-obvious side-effect of assigning Context.template.
Aymeric Augustin
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 #18651 -- Enabled optional assignments for simple_tag().
Preston Timmons
2014-12-28
Preserved context class in inclusion_tag.
Aymeric Augustin
2014-12-28
Added a comment about the last use of Engine.get_default().
Aymeric Augustin
2014-12-28
Supported multiple template engines in get_template and select_template.
Aymeric Augustin
2014-12-28
Removed some uses of global APIs from django.template.loader.
Aymeric Augustin
2014-12-28
Cleaned up the django.template namespace.
Aymeric Augustin
2014-12-27
Fixed #23831 -- Supported strings escaped by third-party libs in Django.
Aymeric Augustin
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-11-23
Encapsulated TEMPLATE_DEBUG in Engine.
Aymeric Augustin
2014-11-23
Encapsulated TEMPLATE_STRING_IF_INVALID in Engine.
Aymeric Augustin
2014-11-23
Move compile_string into the Engine class.
Aymeric Augustin
2014-11-23
Added to each Context a reference to the Engine.
Aymeric Augustin
2014-11-23
Introduced a template engine class.
Aymeric Augustin
[next]