From 5523e4cdbb786c396c103cfab369fc2ef8d6c52a Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Thu, 27 Nov 2014 21:39:33 +0100 Subject: Removed private API find_template. It wasn't documented and it wasn't used anywhere, except in a few tests that don't test it specifically and can be rewritten with get_template. --- docs/releases/1.8.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index a4bc14332c..3ebdebbea0 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -838,7 +838,8 @@ Cleanup of the ``django.template`` namespace If you've been relying on private APIs exposed in the ``django.template`` module, you may have to import them from ``django.template.base`` instead. -Also ``django.template.base.compile_string()`` was removed. +Also private APIs ``django.template.base.compile_string()`` and +``django.template.loader.find_template()`` were removed. Miscellaneous ~~~~~~~~~~~~~ -- cgit v1.3