From 4af4ccfb304b1c724f840df6ea3f367fcd5ed2d3 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sun, 18 Jan 2015 14:17:31 -0500 Subject: [1.8.x] Clarified deprecation of test.utils.TestTemplateLoader. Backport of 7468c948b6e7830082c939e0f43e2bd780c90527 from master --- docs/internals/deprecation.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/internals') 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 -- cgit v1.3