What's Changed
Fix
-
Fix compatibility with custom subclasses of Django's
Template
that need to access
origin
or other initialization arguments. (#828) -
Fix compatibility with
django-debug-toolbar-template-profiler
- Monkeypatching of Django'sTemplate
now happens up-front atAppConfig.ready()
(#825)
Refactor
- Internal parsing of template tags tag was updated. No API change. (#827)
Full Changelog: 0.118...0.119