django/tests/template_tests
Aymeric Augustin a3e783fe11 Deprecated passing a Context to a generic Template.render.
A deprecation path is required because the return type of
django.template.loader.get_template changed during the
multiple template engines refactor.

test_csrf_token_in_404 was incorrect: it tested the case when the
hardcoded template was rendered, and that template doesn't depend on the
CSRF token. This commit makes it test the case when a custom template is
rendered.
2015-01-12 21:01:34 +01:00
..
eggs
filter_tests Applied ignore_warnings to Django tests 2014-12-30 18:16:25 +01:00
other_templates
syntax_tests Fixed test from refs #23913 when running tests in reverse. 2015-01-12 13:20:44 -05:00
templates
templatetags Fixed #24094 -- Enabled template tests to run individually. 2015-01-09 11:43:59 -05:00
__init__.py
alternate_urls.py
test_callables.py
test_context.py
test_custom.py
test_loaders.py Deprecated passing a Context to a generic Template.render. 2015-01-12 21:01:34 +01:00
test_nodelist.py Cleaned up the django.template namespace. 2014-12-28 14:47:31 +01:00
test_parser.py
test_response.py
test_smartif.py
test_unicode.py
tests.py Deprecated passing a Context to a generic Template.render. 2015-01-12 21:01:34 +01:00
urls.py
utils.py
views.py