From 79deb6a0716e554cac5308e86f5754f19ad436dc Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Fri, 9 Jan 2015 22:59:00 +0100 Subject: Accounted for multiple template engines in template responses. --- docs/internals/deprecation.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index e9161e7254..4e03378f06 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -114,6 +114,11 @@ details on these changes. :class:`~django.template.Context` in their :meth:`~django.template.backends.base.Template.render()` method anymore. +* :doc:`Template response APIs ` will enforce the use + of :class:`dict` and backend-dependent template objects instead of + :class:`~django.template.Context` and :class:`~django.template.Template` + respectively. + * The ``current_app`` parameter for the following function and classes will be removed: -- cgit v1.3