1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Move compile_string into the Engine class.

This commit is contained in:
Aymeric Augustin
2014-11-22 21:21:30 +01:00
parent 5b1bb40216
commit 240ea67ce0
4 changed files with 20 additions and 16 deletions

View File

@@ -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.