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
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
2014-11-19
Simplified caching of templatetags modules.
Aymeric Augustin
2014-09-29
Fixed #23489 -- Added numpy 1.9+ support in template lookups
Tim Graham
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-07-31
Fixed #16383 -- Raised the AttributeError raised in property of an object whe...
Anubhav Joshi
2014-07-01
Fixed #22933 -- Deprecated django.template.resolve_variable().
Tim Graham
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-02-23
Removed incorrect statement from docstring
Patrick Robertson
2014-01-19
Moved the loader tags registration with the other builtins.
Baptiste Mispelon
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
Stopped iterating on INSTALLED_APPS.
Aymeric Augustin
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-11-09
Fixed spelling of compatibility.
Tim Graham
2013-11-08
Fixed #17529 -- get_template_from_string default arguments break
Unai Zalakain
2013-11-02
Fixed the remaining E302 violations int eh django package
Alex Gaynor
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-11-02
Merge pull request #1848 from rayashmanjr/master
Alex Gaynor
2013-11-02
Correct flake8 violation E261
Ray Ashman Jr
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-10-17
Fixed #21285 -- Fixed E121,E122 pep8 warnings
Alasdair Nicol
2013-09-19
Fixed #7557 -- Added type checking to Variable initialization.
Tim Graham
2013-09-10
Fixed #20841 -- Added messages to NotImplementedErrors
Gregor MacGregor
2013-09-09
Simplify FilterExpression.args_check
Curtis Maloney
2013-09-08
Fix #20745: Don't silence TypeError raised inside templates.
Baptiste Mispelon
2013-09-06
Fixed #16096 -- Added origin attribute to template instances.
Preston Timmons
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-08-12
Fixed #17778 -- Prevented class attributes on context from resolving as templ...
Tim Graham
2013-07-29
Removed most of absolute_import imports
Claude Paroz
[prev]
[next]