1
0
mirror of https://github.com/django/django.git synced 2024-12-23 17:46:27 +00:00
django/tests/template_tests
2019-02-09 09:18:48 -05:00
..
eggs
filter_tests
jinja2/template_tests
other_templates
recursive_templates
relative_templates
syntax_tests Made reused RequestFactory instances class attributes. 2018-11-27 09:49:02 -05:00
templates
templatetags
__init__.py
alternate_urls.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
annotated_tag_function.py
broken_tag.py
test_base.py
test_callables.py
test_context.py Made reused RequestFactory instances class attributes. 2018-11-27 09:49:02 -05:00
test_custom.py
test_engine.py
test_extends_relative.py
test_extends.py
test_library.py
test_loaders.py Refs #30137 -- Fixed template test on Windows. 2019-01-29 10:05:10 -05:00
test_logging.py Removed uneeded iter() calls with generator expression as argument. 2019-02-09 09:18:22 -05:00
test_nodelist.py
test_origin.py
test_parser.py
test_response.py Removed uneeded generator expressions and list comprehensions. 2019-02-09 09:18:48 -05:00
test_smartif.py
tests.py
urls.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
utils.py
views.py