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

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.
This commit is contained in:
Aymeric Augustin
2014-11-27 21:39:33 +01:00
parent 4ea43ac915
commit 5523e4cdbb
3 changed files with 8 additions and 9 deletions

View File

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