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
/
tests
/
template_backends
Age
Commit message (
Expand
)
Author
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-05-21
Fixed #17085, #24783 -- Refactored template library registration.
Preston Timmons
2015-05-20
Refs #24652 -- Made sure template backend tests call their super setUpClass.
Simon Charette
2015-05-06
Fixed #24119, #24120 -- Formalized debug integration for template backends.
Preston Timmons
2015-05-03
Fixed #24685 -- Fixed check for template name unicity.
Aymeric Augustin
2015-04-01
Refs #24538 -- Simplified a test per Aymeric's feedback.
Tim Graham
2015-04-01
Fixed #24538 -- Allowed self in Jinja context
Tim Heap
2015-03-18
Refs #24469 -- Fixed escaping of forms, fields, and media in non-Django templ...
Moritz Sichert
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-05
Fixed #24265 -- Preserved template backend loading exceptions.
Aymeric Augustin
2015-01-17
Removed compatibility with Python 3.2.
Tim Graham
2015-01-12
Deprecated passing a Context to a generic Template.render.
Aymeric Augustin
2015-01-12
Rewrapped TemplateSyntaxError in Jinja2 backend.
Aymeric Augustin
2015-01-06
Made context take priority over context processors.
Aymeric Augustin
2015-01-01
Silenced an ImportWarning in the template_backends tests.
Tim Graham
2014-12-28
Added basic tests for template backends.
Aymeric Augustin