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