From 8d1a001ef6dcbbe8053da05cdb3ec99965b0953f Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 26 Sep 2015 13:38:04 -0400 Subject: Fixed #25466 -- Added backwards compatibility aliases for LoaderOrigin and StringOrigin. Thanks Simon Charette for the DeprecationInstanceCheck class. --- docs/internals/deprecation.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 3bc858742b..5a4d2c6526 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -100,6 +100,10 @@ details on these changes. * The ``enclosure`` keyword argument to ``SyndicationFeed.add_item()`` will be removed. +* The ``django.template.loader.LoaderOrigin`` and + ``django.template.base.StringOrigin`` aliases for + ``django.template.base.Origin`` will be removed. + .. _deprecation-removed-in-1.10: 1.10 -- cgit v1.3