diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-11-28 22:28:57 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-12-28 16:23:01 +0100 |
| commit | f50a09f2cdb268e33645a19060daefebf8c4072d (patch) | |
| tree | f0ad39b61a1c24a81acbf9dd13ca456d8478f6a0 /docs | |
| parent | 5523e4cdbb786c396c103cfab369fc2ef8d6c52a (diff) | |
Removed private API get_template_from_string.
It wasn't documented and it wasn't used anywhere.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.txt | 5 |
1 files changed, 3 insertions, 2 deletions
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 ~~~~~~~~~~~~~ |
