Refs #25466 -- Removed aliases for LoaderOrigin and StringOrigin.

Per deprecation timeline.
This commit is contained in:
Tim Graham 2016-12-31 08:35:39 -05:00
parent 75cf9b5ac0
commit ff419de263
4 changed files with 6 additions and 19 deletions

View file

@ -315,3 +315,7 @@ these features.
* The ``enclosure`` keyword argument to ``SyndicationFeed.add_item()`` is
removed.
* The ``django.template.loader.LoaderOrigin`` and
``django.template.base.StringOrigin`` aliases for
``django.template.base.Origin`` are removed.