1
0
mirror of https://github.com/django/django.git synced 2025-01-08 17:37:20 +00:00
django/tests/template_tests
Aymeric Augustin 90805b240f Supported multiple template engines in render_to_string.
Adjusted its API through a deprecation path according to the DEP.
2014-12-28 16:23:02 +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
test_context.py
test_custom.py
test_loaders.py Supported multiple template engines in render_to_string. 2014-12-28 16:23:02 +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 Converted recently refactored templates tests to SimpleTestCase. 2014-12-03 18:56:46 -05:00
test_smartif.py
test_unicode.py Cleaned up the django.template namespace. 2014-12-28 14:47:31 +01:00
tests.py Supported multiple template engines in get_template and select_template. 2014-12-28 16:23:01 +01:00
urls.py Fixed #23276 -- Deprecated passing views as strings to url(). 2014-08-12 13:15:40 -04:00
utils.py Isolated template tests from Django settings. 2014-12-28 16:23:01 +01:00
views.py