summaryrefslogtreecommitdiff
path: root/tests/template_tests/tests.py
AgeCommit message (Expand)Author
2023-10-02Fixed #34883 -- Allowed template tags to set extra data on templates.Carlton Gibson
2023-03-20Fixed some typos in comments, docstrings, and tests.Liyang Zhang
2022-05-20Fixed #33653 -- Fixed template crash when calling methods for built-in types ...cheng
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-02-01Fixed CVE-2022-22818 -- Fixed possible XSS via {% debug %} template tag.Markus Holtermann
2021-08-09Refs #33002 -- Made template_tests.tests.py's tests test both Lexer and Debug...Chris Jerdonek
2021-07-02Fixed #28935 -- Fixed display of errors in extended blocks.cammil
2017-03-25Fixed #27956 -- Fixed display of errors in an {% extends %} child.Tim Graham
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-12-20Fixed #27584 -- Fixed display of render time template errors.Preston Timmons
2016-06-16Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2016-04-09Fixed #26403 -- Removed translated content in "Invalid block tag" message.amureki
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2016-01-26Fixed #25848 -- Set template origin on each node.Preston Timmons
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-10-05Fixed #25423 -- Made error message for unknown template tag more helpful.Pindi Albert
2015-09-15Fixed #25404 -- Added line numbers to TemplateSyntaxError strings.Dave Smith
2015-05-21Fixed #17085, #24783 -- Refactored template library registration.Preston Timmons
2015-05-20Refs #24652 -- Converted a template test to avoid executing queries.Simon Charette
2015-04-22Fixed #15053 -- Enabled recursive template loading.Preston Timmons
2015-04-20Updated template tests to create their own engine.Preston Timmons
2015-03-20Cleaned up the template debug implementation.Preston Timmons
2015-02-24Cleaned up template directory handling in template tests.Preston Timmons
2015-02-24Combined TemplateTests and TemplateRegressionTests.Preston Timmons
2015-02-24Moved test_token_smart_split into ParserTests.Preston Timmons
2015-02-24Moved ifchanged tests into syntax_tests/test_if_changed.py.Preston Timmons
2015-02-24Moved cache tests into syntax_tests/test_cache.py.Preston Timmons
2015-02-24Moved RequestContextTests into test_context.Preston Timmons
2015-02-24Moved TemplateTagLoading cases into test_custom.Preston Timmons
2015-02-24Moved include tests into syntax_tests/test_include.py.Preston Timmons
2015-02-24Moved ssi tests into syntax_tests/test_ssi.py.Preston Timmons
2015-02-24Cleaned up template loader tests.Preston Timmons
2015-02-19Set context.template instead of context.engine while rendering.Aymeric Augustin
2015-02-15Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin
2015-02-14Fixed #24338 -- Accepted Template wrapper in {% extends %}.Aymeric Augustin
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-12Deprecated passing a Context to a generic Template.render.Aymeric Augustin
2015-01-05Fixed #24022 -- Deprecated the ssi tag.Preston Timmons
2014-12-28Deprecated TEMPLATE_CONTEXT_PROCESSORS.Aymeric Augustin
2014-12-28Deprecated TEMPLATE_DIRS.Aymeric Augustin
2014-12-28Deprecated TEMPLATE_LOADERS.Aymeric Augustin
2014-12-28Deprecated TEMPLATE_STRING_IF_INVALID.Aymeric Augustin
2014-12-28Deprecated ALLOWED_INCLUDE_ROOTS.Aymeric Augustin
2014-12-28Supported multiple template engines in get_template and select_template.Aymeric Augustin
2014-12-28Cleaned up the django.template namespace.Aymeric Augustin
2014-12-06Fixed #23958 -- Rewrote filter tests as unit tests.Preston Timmons
2014-12-03Converted recently refactored templates tests to SimpleTestCase.Ramiro Morales
2014-12-03Removed redundant numbered parameters from str.format().Berker Peksag
2014-12-02Fixed #23768 -- Rewrote template tests as unit tests.Preston Timmons
2014-11-25Fixed #23914 -- Improved {% now %} to allow storing its result in the context.Baptiste Mispelon