Alexander Allakhverdiyev a7c6c705e8 Fixed #28129 -- Allowed custom template tags to use keyword-only arguments. %!s(int64=8) %!d(string=hai) anos
..
eggs 33836cf88d Renamed some tests and removed references to modeltests/regressiontests. %!s(int64=12) %!d(string=hai) anos
filter_tests 3dcc351691 Refs #23919 -- Used yield from. %!s(int64=8) %!d(string=hai) anos
jinja2 2133f3157e Fixed #24168 -- Allowed selecting a template engine in a few APIs. %!s(int64=10) %!d(string=hai) anos
other_templates 1827aa9024 Cleaned up template loader tests. %!s(int64=10) %!d(string=hai) anos
recursive_templates fc21471526 Fixed #15053 -- Enabled recursive template loading. %!s(int64=10) %!d(string=hai) anos
relative_templates aec4f97555 Fixed #26402 -- Added relative path support in include/extends template tags. %!s(int64=9) %!d(string=hai) anos
syntax_tests dbfcedb499 Fixed #28001 -- Updated comment and tested context popping in ForNode.render(). %!s(int64=8) %!d(string=hai) anos
templates e643ba8bcf Fixed #27956 -- Fixed display of errors in an {% extends %} child. %!s(int64=8) %!d(string=hai) anos
templatetags a7c6c705e8 Fixed #28129 -- Allowed custom template tags to use keyword-only arguments. %!s(int64=8) %!d(string=hai) anos
__init__.py 33836cf88d Renamed some tests and removed references to modeltests/regressiontests. %!s(int64=12) %!d(string=hai) anos
alternate_urls.py 0ed7d15563 Sorted imports with isort; refs #23860. %!s(int64=10) %!d(string=hai) anos
annotated_tag_function.py d49667ef26 Refs #25422 -- Added a test for a template tag with type annotations. %!s(int64=9) %!d(string=hai) anos
broken_tag.py 655f524915 Fixed #17085, #24783 -- Refactored template library registration. %!s(int64=10) %!d(string=hai) anos
test_base.py 7c4289d0b9 Fixed #27783 -- Switched VariableDoesNotExist.__str__() to repr() context. %!s(int64=8) %!d(string=hai) anos
test_callables.py d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). %!s(int64=8) %!d(string=hai) anos
test_context.py d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports %!s(int64=8) %!d(string=hai) anos
test_custom.py a7c6c705e8 Fixed #28129 -- Allowed custom template tags to use keyword-only arguments. %!s(int64=8) %!d(string=hai) anos
test_engine.py 6b3724fa11 Fixed #27359 -- Made Engine.get_default() return the first DjangoTemplates engine if multiple are defined. %!s(int64=8) %!d(string=hai) anos
test_extends.py 5d8da093a9 Refs #15053 -- Removed support for non-recursive template loading. %!s(int64=8) %!d(string=hai) anos
test_extends_relative.py aec4f97555 Fixed #26402 -- Added relative path support in include/extends template tags. %!s(int64=9) %!d(string=hai) anos
test_library.py 655f524915 Fixed #17085, #24783 -- Refactored template library registration. %!s(int64=10) %!d(string=hai) anos
test_loaders.py d1bab24e01 Refs #23919, #27778 -- Removed obsolete mentions of unicode. %!s(int64=8) %!d(string=hai) anos
test_logging.py 7c4289d0b9 Fixed #27783 -- Switched VariableDoesNotExist.__str__() to repr() context. %!s(int64=8) %!d(string=hai) anos
test_nodelist.py d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). %!s(int64=8) %!d(string=hai) anos
test_origin.py c6ea4ed5d2 Fixed #25825 -- Implemented __ne__() for template Origin %!s(int64=9) %!d(string=hai) anos
test_parser.py 109b33f64c Refs #23919 -- Simplified assertRaisesRegex()'s that accounted for Python 2. %!s(int64=8) %!d(string=hai) anos
test_response.py d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports %!s(int64=8) %!d(string=hai) anos
test_smartif.py c3791463a5 Fixing E302 Errors %!s(int64=11) %!d(string=hai) anos
tests.py e643ba8bcf Fixed #27956 -- Fixed display of errors in an {% extends %} child. %!s(int64=8) %!d(string=hai) anos
urls.py d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports %!s(int64=8) %!d(string=hai) anos
utils.py d1bab24e01 Refs #23919, #27778 -- Removed obsolete mentions of unicode. %!s(int64=8) %!d(string=hai) anos
views.py c3791463a5 Fixing E302 Errors %!s(int64=11) %!d(string=hai) anos