summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index fe392cff97..e9161e7254 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -108,6 +108,12 @@ details on these changes.
* The backwards compatibility alias ``django.template.loader.BaseLoader`` will
be removed.
+* Django template objects returned by
+ :func:`~django.template.loader.get_template` and
+ :func:`~django.template.loader.select_template` won't accept a
+ :class:`~django.template.Context` in their
+ :meth:`~django.template.backends.base.Template.render()` method anymore.
+
* The ``current_app`` parameter for the following function and classes will be
removed: