django1/django/template
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
..
backends Deprecated passing a Context to a generic Template.render. 2015-01-12 21:01:34 +01:00
loaders Removed extraneous arguments in Engine.from_string. 2014-12-28 16:23:02 +01:00
__init__.py Exposed Engine in the django.template namespace. 2015-01-07 21:54:22 +01:00
base.py Preserved context class in inclusion_tag. 2014-12-28 17:02:29 +01:00
context.py Deprecated TEMPLATE_CONTEXT_PROCESSORS. 2014-12-28 17:02:31 +01:00
context_processors.py Deprecated TEMPLATE_CONTEXT_PROCESSORS. 2014-12-28 17:02:31 +01:00
debug.py Fixed #23831 -- Supported strings escaped by third-party libs in Django. 2014-12-27 18:02:34 +01:00
defaultfilters.py Fixed #23558 -- documented slugify limitations 2014-10-30 09:02:04 -04:00
defaulttags.py Fixed #23913 -- Deprecated the `=` comparison in `if` template tag. 2015-01-11 15:21:01 -05:00
engine.py Exposed Engine in the django.template namespace. 2015-01-07 21:54:22 +01:00
loader.py Added a request argument to render_to_string. 2015-01-07 21:54:22 +01:00
loader_tags.py Removed some uses of global APIs from django.template.loader. 2014-12-28 16:23:00 +01:00
response.py Deprecated passing a Context to a generic Template.render. 2015-01-12 21:01:34 +01:00
smartif.py Fixed #23913 -- Deprecated the `=` comparison in `if` template tag. 2015-01-11 15:21:01 -05:00
utils.py Raised a warning when using the legacy TEMPLATE_* settings. 2014-12-28 17:02:31 +01:00