From 240ea67ce03b2fe3daeabd7bc6fd1efd95997013 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sat, 22 Nov 2014 21:21:30 +0100 Subject: Move compile_string into the Engine class. --- docs/releases/1.8.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index 5f983fa2dc..d5e66480bb 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -772,6 +772,8 @@ Miscellaneous delete a key if ``set()`` fails. This is necessary to ensure the ``cache_db`` session store always fetches the most current session data. +* Private API ``django.template.compile_string`` was removed. + * Private APIs ``override_template_loaders`` and ``override_with_test_loader`` in ``django.test.utils`` were removed. Override ``TEMPLATE_LOADERS`` with ``override_settings`` instead. -- cgit v1.3