diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-11-27 21:39:33 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-12-28 16:23:01 +0100 |
| commit | 5523e4cdbb786c396c103cfab369fc2ef8d6c52a (patch) | |
| tree | 9efe63f1c5fd9cb4002879c868e4c52d1e9e46cd /docs | |
| parent | 4ea43ac915e187fb0c283094504f488d5017d7ec (diff) | |
Removed private API find_template.
It wasn't documented and it wasn't used anywhere, except in a few tests
that don't test it specifically and can be rewritten with get_template.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index a4bc14332c..3ebdebbea0 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -838,7 +838,8 @@ 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 ``django.template.base.compile_string()`` was removed. +Also private APIs ``django.template.base.compile_string()`` and +``django.template.loader.find_template()`` were removed. Miscellaneous ~~~~~~~~~~~~~ |
