summaryrefslogtreecommitdiff
path: root/tests/template_tests/test_engine.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-47/+56
* Refs #24121 -- Added __repr__() to Engineabhiabhi942021-06-011-0/+37
* Fixed #29791 -- Made Engine.render_to_string() honor autoescape.Nathan Gaberel2019-03-251-0/+7
* Fixed #27359 -- Made Engine.get_default() return the first DjangoTemplates en...Carlton Gibson2017-03-311-3/+3
* Added tests for template's Engine.get_default().Carlton Gibson2017-03-311-1/+31
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-2/+2
* Removed dictionary and context_instance parameters for render functions.Tim Graham2015-09-231-35/+3
* Removed dirs parameter in template engine methods and related funtions.Tim Graham2015-09-231-25/+0
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-3/+3
* Fixed #17085, #24783 -- Refactored template library registration.Preston Timmons2015-05-211-1/+4
* Fixed #15053 -- Enabled recursive template loading.Preston Timmons2015-04-221-1/+1
* Cleaned up the template debug implementation.Preston Timmons2015-03-201-12/+0
* Cleaned up template loader tests.Preston Timmons2015-02-241-0/+125