mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Removed support for function-based template loaders.
They were deprecated in Django 1.2 but not all the supporting code was removed in Django 1.4. Since the remaining code was unlikely to be functional (pun intended) e.g. it would crash unless the loader function had an is_usable attribute, this commit completes the removal immediately instead of starting another deprecation path.
This commit is contained in:
parent
e87bee6f50
commit
fab26cf5e0
3 changed files with 6 additions and 30 deletions
|
@ -85,8 +85,6 @@ details on these changes.
|
|||
* The backwards compatibility alias ``django.template.loader.BaseLoader`` will
|
||||
be removed.
|
||||
|
||||
* Support for function-based template loaders will be removed.
|
||||
|
||||
.. _deprecation-removed-in-1.9:
|
||||
|
||||
1.9
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue