..
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
Refs #33476 -- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
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
Refs #33476 -- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
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
Refs #33476 -- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
test_library.py
[6.0.x] Fixed #36712 -- Evaluated type annotations lazily in template tag registration.
2025-12-01 20:49:53 -05:00
test_loaders.py
Refs #33476 -- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
test_logging.py
Refs #33476 -- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
test_nodelist.py
Refs #33476 -- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
test_origin.py
Refs #33476 -- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
test_parser.py
[6.0.x] Fixed #36712 -- Evaluated type annotations lazily in template tag registration.
2025-12-01 20:49:53 -05: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
Refs #33476 -- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
tests.py
Fixed #35897 -- Removed unnecessary escaping in template's get_exception_info().
2024-11-28 15:53:31 +01:00
urls.py
Refs #33476 -- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
utils.py
Refs #36559 -- Ran template partial source tests in debug mode only.
2025-09-03 10:59:58 -04:00
views.py
Refs #33476 -- Reformatted code with Black.
2022-02-07 20:37:05 +01:00