From fab26cf5e0aaffa99dd6d1378391ffd99c5ce9bc Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sun, 16 Nov 2014 22:08:17 +0100 Subject: 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. --- docs/internals/deprecation.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 7247e4a2aa..666ff1f492 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -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 -- cgit v1.3