0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/tests/template_tests
2014-12-28 17:02:30 +01:00
..
eggs
filter_tests Isolated template tests from Django settings. 2014-12-28 16:23:01 +01:00
other_templates
syntax_tests Isolated template tests from Django settings. 2014-12-28 16:23:01 +01:00
templates Added newlines to the ends of CSS, HTML, and JavaScript files missing them. 2014-08-12 19:22:09 -04:00
templatetags
__init__.py
alternate_urls.py
test_callables.py Deprecated TEMPLATE_STRING_IF_INVALID. 2014-12-28 17:02:30 +01:00
test_context.py
test_custom.py Deprecated current_app in TemplateResponse and render(_to_response). 2014-12-28 17:02:29 +01:00
test_loaders.py Deprecated TEMPLATE_LOADERS. 2014-12-28 17:02:30 +01:00
test_nodelist.py Cleaned up the django.template namespace. 2014-12-28 14:47:31 +01:00
test_parser.py Cleaned up the django.template namespace. 2014-12-28 14:47:31 +01:00
test_response.py Deprecated TEMPLATE_DIRS. 2014-12-28 17:02:30 +01:00
test_smartif.py
test_unicode.py Cleaned up the django.template namespace. 2014-12-28 14:47:31 +01:00
tests.py Deprecated TEMPLATE_DIRS. 2014-12-28 17:02:30 +01:00
urls.py Fixed #23276 -- Deprecated passing views as strings to url(). 2014-08-12 13:15:40 -04:00
utils.py Deprecated TEMPLATE_STRING_IF_INVALID. 2014-12-28 17:02:30 +01:00
views.py