From f50a09f2cdb268e33645a19060daefebf8c4072d Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Fri, 28 Nov 2014 22:28:57 +0100 Subject: Removed private API get_template_from_string. It wasn't documented and it wasn't used anywhere. --- docs/releases/1.8.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index 3ebdebbea0..8bf3659ba2 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -838,8 +838,9 @@ 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 private APIs ``django.template.base.compile_string()`` and -``django.template.loader.find_template()`` were removed. +Also private APIs ``django.template.base.compile_string()``, +``django.template.loader.find_template()``, and +``django.template.loader.get_template_from_string()`` were removed. Miscellaneous ~~~~~~~~~~~~~ -- cgit v1.3