diff options
| author | Tim Graham <timograham@gmail.com> | 2015-09-05 08:37:44 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-09-23 19:31:11 -0400 |
| commit | 4811f09fa39d5293944dfebfbfaf6849828d2dcd (patch) | |
| tree | 926c6746ea9f91b8f53f3af8a14324e19d708c21 /docs | |
| parent | 2a20ebe6a5b6606f99091530067cca05fb7ce853 (diff) | |
Removed template.loader.BaseLoader per deprecation timeline.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/templates/api.txt | 5 |
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: |
