summaryrefslogtreecommitdiff
path: root/tests/template_tests/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed some typos in comments, docstrings, and tests.Liyang Zhang2023-03-201-1/+1
* Fixed #33653 -- Fixed template crash when calling methods for built-in types ...cheng2022-05-201-0/+8
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-28/+29
* Fixed CVE-2022-22818 -- Fixed possible XSS via {% debug %} template tag.Markus Holtermann2022-02-011-10/+0
* Refs #33002 -- Made template_tests.tests.py's tests test both Lexer and Debug...Chris Jerdonek2021-08-091-32/+45
* Fixed #28935 -- Fixed display of errors in extended blocks.cammil2021-07-021-1/+16
* Fixed #27956 -- Fixed display of errors in an {% extends %} child.Tim Graham2017-03-251-0/+12
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Fixed #27584 -- Fixed display of render time template errors.Preston Timmons2016-12-201-0/+11
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-1/+1
* Fixed #26403 -- Removed translated content in "Invalid block tag" message.amureki2016-04-091-3/+6
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-2/+1
* Fixed #25848 -- Set template origin on each node.Preston Timmons2016-01-261-0/+9
* Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek2015-12-311-4/+4
* Fixed #25423 -- Made error message for unknown template tag more helpful.Pindi Albert2015-10-051-5/+12
* Fixed #25404 -- Added line numbers to TemplateSyntaxError strings.Dave Smith2015-09-151-1/+1
* Fixed #17085, #24783 -- Refactored template library registration.Preston Timmons2015-05-211-1/+4
* Refs #24652 -- Converted a template test to avoid executing queries.Simon Charette2015-05-201-2/+2
* Fixed #15053 -- Enabled recursive template loading.Preston Timmons2015-04-221-1/+4
* Updated template tests to create their own engine.Preston Timmons2015-04-201-24/+21
* Cleaned up the template debug implementation.Preston Timmons2015-03-201-6/+36
* Cleaned up template directory handling in template tests.Preston Timmons2015-02-241-4/+0
* Combined TemplateTests and TemplateRegressionTests.Preston Timmons2015-02-241-13/+15
* Moved test_token_smart_split into ParserTests.Preston Timmons2015-02-241-8/+1
* Moved ifchanged tests into syntax_tests/test_if_changed.py.Preston Timmons2015-02-241-28/+0
* Moved cache tests into syntax_tests/test_cache.py.Preston Timmons2015-02-241-41/+0
* Moved RequestContextTests into test_context.Preston Timmons2015-02-241-56/+3
* Moved TemplateTagLoading cases into test_custom.Preston Timmons2015-02-241-38/+1
* Moved include tests into syntax_tests/test_include.py.Preston Timmons2015-02-241-144/+0
* Moved ssi tests into syntax_tests/test_ssi.py.Preston Timmons2015-02-241-36/+1
* Cleaned up template loader tests.Preston Timmons2015-02-241-113/+4
* Set context.template instead of context.engine while rendering.Aymeric Augustin2015-02-191-5/+2
* Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin2015-02-151-20/+35
* Fixed #24338 -- Accepted Template wrapper in {% extends %}.Aymeric Augustin2015-02-141-1/+11
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-5/+8
* Deprecated passing a Context to a generic Template.render.Aymeric Augustin2015-01-121-6/+6
* Fixed #24022 -- Deprecated the ssi tag.Preston Timmons2015-01-051-1/+3
* Deprecated TEMPLATE_CONTEXT_PROCESSORS.Aymeric Augustin2014-12-281-4/+5
* Deprecated TEMPLATE_DIRS.Aymeric Augustin2014-12-281-6/+3
* Deprecated TEMPLATE_LOADERS.Aymeric Augustin2014-12-281-34/+65
* Deprecated TEMPLATE_STRING_IF_INVALID.Aymeric Augustin2014-12-281-1/+7
* Deprecated ALLOWED_INCLUDE_ROOTS.Aymeric Augustin2014-12-281-8/+7
* Supported multiple template engines in get_template and select_template.Aymeric Augustin2014-12-281-3/+3
* Cleaned up the django.template namespace.Aymeric Augustin2014-12-281-2/+3
* Fixed #23958 -- Rewrote filter tests as unit tests.Preston Timmons2014-12-061-120/+0
* Converted recently refactored templates tests to SimpleTestCase.Ramiro Morales2014-12-031-6/+6
* Removed redundant numbered parameters from str.format().Berker Peksag2014-12-031-2/+2
* Fixed #23768 -- Rewrote template tests as unit tests.Preston Timmons2014-12-021-1356/+4
* Fixed #23914 -- Improved {% now %} to allow storing its result in the context.Baptiste Mispelon2014-11-251-0/+2
* Fixed #23890 -- Silenced numpy DeprecationWarnings in template tests.Tim Graham2014-11-251-0/+7