summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorPreston Timmons <prestontimmons@gmail.com>2015-03-22 19:22:38 -0500
committerPreston Timmons <prestontimmons@gmail.com>2015-04-22 14:49:22 -0500
commit8ae04e76301bcc5f72a73b7d26876a650bdf18bf (patch)
tree42510dbb6a89c7717c91e3459a870b61b41a638b /docs/internals
parent65a7a0d9eed4f4da9568cf0e7688e7a8c9f01957 (diff)
Added docs for new template loader api.
Refs #15053.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt7
1 files changed, 4 insertions, 3 deletions
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: