django/tests/template_tests/syntax_tests
django-bot 69a93a88ed Refs #36500 -- Rewrapped long docstrings and block comments via a script.
Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505.
2025-07-23 20:17:55 -03:00
..
i18n Refs #36500 -- Rewrapped long docstrings and block comments via a script. 2025-07-23 20:17:55 -03:00
__init__.py
test_autoescape.py
test_basic.py Fixed #28050 -- Added template name to TemplateSyntaxError. 2025-04-17 08:56:53 +02:00
test_builtins.py
test_cache.py
test_comment.py
test_cycle.py
test_debug.py
test_exceptions.py Fixed #36271 -- Raised TemplateSyntaxError when using a relative template path with an unknown origin. 2025-03-24 17:05:58 +01:00
test_extends.py
test_filter_syntax.py
test_filter_tag.py
test_firstof.py
test_for.py Fixed #36186 -- Added forloop.length variable within a template for loop. 2025-02-24 16:25:53 +01:00
test_if.py
test_if_changed.py Refs #36500 -- Rewrapped long docstrings and block comments via a script. 2025-07-23 20:17:55 -03:00
test_include.py Fixed #35493 -- Allowed template self-inclusion with relative paths. 2024-12-06 10:44:10 +01:00
test_invalid_string.py
test_list_index.py
test_load.py
test_lorem.py
test_multiline.py
test_named_endblock.py
test_now.py
test_numpy.py
test_querystring.py Fixed #35529 -- Added support for positional arguments in querystring template tag. 2025-03-25 12:23:41 -03:00
test_regroup.py
test_resetcycle.py
test_setup.py
test_simple_tag.py
test_spaceless.py
test_static.py
test_template_tag.py
test_url.py
test_verbatim.py
test_width_ratio.py
test_with.py