| .. |
|
eggs
|
|
|
|
filter_tests
|
Fixed #35533 -- Prevented urlize creating broken links given a markdown link input.
|
2025-08-28 08:54:56 +02:00 |
|
jinja2/template_tests
|
|
|
|
other_templates
|
|
|
|
recursive_templates
|
|
|
|
relative_templates
|
|
|
|
syntax_tests
|
Fixed #36410 -- Added support for Template Partials to the Django Template Language.
|
2025-08-14 21:53:14 -03:00 |
|
templates
|
Fixed #36410 -- Added support for Template Partials to the Django Template Language.
|
2025-08-14 21:53:14 -03:00 |
|
templatetags
|
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
|
2025-07-23 20:17:55 -03:00 |
|
__init__.py
|
|
|
|
alternate_urls.py
|
|
|
|
annotated_tag_function.py
|
|
|
|
broken_tag.py
|
|
|
|
test_autoreloader.py
|
Refs #15667 -- Added resetting default renderer when FORM_RENDERER is changed.
|
2023-09-29 08:54:13 +02:00 |
|
test_base.py
|
Fixed #36465, Refs #35816 -- Disallowed '+' and '-' characters in template variable names.
|
2025-06-18 14:04:39 +02:00 |
|
test_callables.py
|
Removed double spaces after periods and within phrases.
|
2025-07-23 10:09:43 -03:00 |
|
test_context.py
|
Refs #35844 -- Fixed copying BaseContext and its subclasses on Python 3.14+.
|
2024-11-18 16:05:37 +01:00 |
|
test_custom.py
|
Fixed incorrectly concatenated string in SimpleBlockTagTests.test_simple_block_tag_with_context_missing_content().
|
2025-07-22 13:36:01 +02:00 |
|
test_engine.py
|
|
|
|
test_extends.py
|
Fixed #35789 -- Improved the error message raised when the tag must be first in the template.
|
2024-10-10 12:21:02 +02:00 |
|
test_extends_relative.py
|
|
|
|
test_library.py
|
Fixed #35535 -- Added template tag decorator simple_block_tag().
|
2024-11-19 14:35:02 -03:00 |
|
test_loaders.py
|
|
|
|
test_logging.py
|
|
|
|
test_nodelist.py
|
|
|
|
test_origin.py
|
|
|
|
test_parser.py
|
Fixed #36465, Refs #35816 -- Disallowed '+' and '-' characters in template variable names.
|
2025-06-18 14:04:39 +02:00 |
|
test_partials.py
|
Refs #36559, #35667 -- Used skip_file_prefixes in PartialTemplate.source warning.
|
2025-09-04 12:14:10 -04:00 |
|
test_response.py
|
Refs #35141 -- Corrected value of CACHE_MIDDLEWARE_SECONDS in CacheMiddlewareTest tests.
|
2024-01-29 19:18:43 +01:00 |
|
test_smartif.py
|
|
|
|
tests.py
|
Fixed #35897 -- Removed unnecessary escaping in template's get_exception_info().
|
2024-11-28 15:53:31 +01:00 |
|
urls.py
|
|
|
|
utils.py
|
Refs #36559 -- Ran template partial source tests in debug mode only.
|
2025-09-03 10:59:58 -04:00 |
|
views.py
|
|
|