From 8ae04e76301bcc5f72a73b7d26876a650bdf18bf Mon Sep 17 00:00:00 2001 From: Preston Timmons Date: Sun, 22 Mar 2015 19:22:38 -0500 Subject: Added docs for new template loader api. Refs #15053. --- docs/internals/deprecation.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index ce9b330b69..987dc2b580 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -44,8 +44,8 @@ details on these changes. * ``django.template.loaders.base.Loader.supports_recursion()`` * ``django.template.loaders.cached.Loader.supports_recursion()`` -* The ``load_template and ``load_template_sources`` template loader methods - will be removed. +* The ``load_template()`` and ``load_template_sources()`` template loader + methods will be removed. * The ``template_dirs`` argument for template loaders will be removed: @@ -55,7 +55,8 @@ details on these changes. * ``django.template.loaders.cached.Loader.get_template_sources()`` * ``django.template.loaders.filesystem.Loader.get_template_sources()`` -* The ``django.template.loaders.base.Loader.__call__`` method will be removed. +* The ``django.template.loaders.base.Loader.__call__()`` method will be + removed. .. _deprecation-removed-in-2.0: -- cgit v1.3