summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2014-11-22 21:21:30 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2014-11-23 11:52:25 +0100
commit240ea67ce03b2fe3daeabd7bc6fd1efd95997013 (patch)
tree583a00b1dac505445b58e403631dac0088691d7b /docs
parent5b1bb40216ff452e34198345fdad63e2be370d2c (diff)
Move compile_string into the Engine class.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.txt2
1 files changed, 2 insertions, 0 deletions
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.