summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-01-18 14:17:31 -0500
committerTim Graham <timograham@gmail.com>2015-01-18 14:20:15 -0500
commit4af4ccfb304b1c724f840df6ea3f367fcd5ed2d3 (patch)
tree93a3952d7ed363932619a2d2d9e1f47c34061200 /docs
parent390559a75cf634becf05ae265169f519ea176c3e (diff)
[1.8.x] Clarified deprecation of test.utils.TestTemplateLoader.
Backport of 7468c948b6e7830082c939e0f43e2bd780c90527 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/deprecation.txt2
-rw-r--r--docs/releases/1.8.txt2
2 files changed, 3 insertions, 1 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index c587d3b98d..a1fd657b4a 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -292,6 +292,8 @@ details on these changes.
* ``django.contrib.sitemaps.FlatPageSitemap`` will be removed in favor of
``django.contrib.flatpages.sitemaps.FlatPageSitemap``.
+* Private API ``django.test.utils.TestTemplateLoader`` will be removed.
+
.. _deprecation-removed-in-1.8:
1.8
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt
index 437f72edb6..bea98f6524 100644
--- a/docs/releases/1.8.txt
+++ b/docs/releases/1.8.txt
@@ -1472,7 +1472,7 @@ loader that inherits ``BaseLoader``, you must inherit ``Loader`` instead.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Private API ``django.test.utils.TestTemplateLoader`` is deprecated in favor of
-``django.template.loaders.locmem.Loader``.
+``django.template.loaders.locmem.Loader`` and will be removed in Django 1.9.
.. _storage-max-length-update: