Tim Graham d170c63351 Refs #23919 -- Removed misc references to Python 2. 8 年之前
..
eggs 33836cf88d Renamed some tests and removed references to modeltests/regressiontests. 12 年之前
filter_tests 8249c5b382 Added a missing floatformat test and simplified another. 8 年之前
jinja2 2133f3157e Fixed #24168 -- Allowed selecting a template engine in a few APIs. 10 年之前
other_templates 1827aa9024 Cleaned up template loader tests. 10 年之前
recursive_templates fc21471526 Fixed #15053 -- Enabled recursive template loading. 10 年之前
relative_templates aec4f97555 Fixed #26402 -- Added relative path support in include/extends template tags. 9 年之前
syntax_tests 4e729feaa6 Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage. 8 年之前
templates 0b4d517263 Fixed #27584 -- Fixed display of render time template errors. 8 年之前
templatetags 2b281cc35e Refs #23919 -- Removed most of remaining six usage 8 年之前
__init__.py 33836cf88d Renamed some tests and removed references to modeltests/regressiontests. 12 年之前
alternate_urls.py 0ed7d15563 Sorted imports with isort; refs #23860. 10 年之前
annotated_tag_function.py d49667ef26 Refs #25422 -- Added a test for a template tag with type annotations. 9 年之前
broken_tag.py 655f524915 Fixed #17085, #24783 -- Refactored template library registration. 10 年之前
test_callables.py cecc079168 Refs #23919 -- Stopped inheriting from object to define new style classes. 8 年之前
test_context.py d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 年之前
test_custom.py 109b33f64c Refs #23919 -- Simplified assertRaisesRegex()'s that accounted for Python 2. 8 年之前
test_engine.py 321e94fa41 Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 8 年之前
test_extends.py 5d8da093a9 Refs #15053 -- Removed support for non-recursive template loading. 8 年之前
test_extends_relative.py aec4f97555 Fixed #26402 -- Added relative path support in include/extends template tags. 9 年之前
test_library.py 655f524915 Fixed #17085, #24783 -- Refactored template library registration. 10 年之前
test_loaders.py c716fe8782 Refs #23919 -- Removed six.PY2/PY3 usage 8 年之前
test_logging.py cecc079168 Refs #23919 -- Stopped inheriting from object to define new style classes. 8 年之前
test_nodelist.py c716fe8782 Refs #23919 -- Removed six.PY2/PY3 usage 8 年之前
test_origin.py c6ea4ed5d2 Fixed #25825 -- Implemented __ne__() for template Origin 9 年之前
test_parser.py 109b33f64c Refs #23919 -- Simplified assertRaisesRegex()'s that accounted for Python 2. 8 年之前
test_response.py d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 年之前
test_smartif.py c3791463a5 Fixing E302 Errors 11 年之前
test_unicode.py 7b2f2e74ad Refs #23919 -- Removed six.<various>_types usage 8 年之前
tests.py d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 年之前
urls.py d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 年之前
utils.py d170c63351 Refs #23919 -- Removed misc references to Python 2. 8 年之前
views.py c3791463a5 Fixing E302 Errors 11 年之前