index
:
django.git
fix-31295
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_tests
/
test_engine.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-06-01
Refs #24121 -- Added __repr__() to Engine
abhiabhi94
2019-03-25
Fixed #29791 -- Made Engine.render_to_string() honor autoescape.
Nathan Gaberel
2017-03-31
Fixed #27359 -- Made Engine.get_default() return the first DjangoTemplates en...
Carlton Gibson
2017-03-31
Added tests for template's Engine.get_default().
Carlton Gibson
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2015-09-23
Removed dictionary and context_instance parameters for render functions.
Tim Graham
2015-09-23
Removed dirs parameter in template engine methods and related funtions.
Tim Graham
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-05-21
Fixed #17085, #24783 -- Refactored template library registration.
Preston Timmons
2015-04-22
Fixed #15053 -- Enabled recursive template loading.
Preston Timmons
2015-03-20
Cleaned up the template debug implementation.
Preston Timmons
2015-02-24
Cleaned up template loader tests.
Preston Timmons