summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/templates/api.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/ref/templates/api.txt b/docs/ref/templates/api.txt
index ba649aa60f..d8433ad955 100644
--- a/docs/ref/templates/api.txt
+++ b/docs/ref/templates/api.txt
@@ -968,11 +968,6 @@ loaders. Custom ``Loader`` classes should inherit from
``django.template.loaders.base.Loader`` and define the ``get_contents()`` and
``get_template_sources()`` methods.
-.. versionchanged:: 1.8
-
- ``django.template.loaders.base.Loader`` used to be defined at
- ``django.template.loader.BaseLoader``.
-
.. versionchanged:: 1.9
In previous versions of Django, custom loaders defined a single method: