Changes between Initial Version and Version 1 of Ticket #24425
- Timestamp:
- Feb 27, 2015, 6:36:36 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24425 – Description
initial v1 17 17 Will cause a template rendering error as `set` is not a valid tag in Django templates. 18 18 19 This used to work fine as the ` SsiNode` that powers the include tag would search using all configured loaders but since 1.8 it has changed to maintain the current engine context.19 This used to work fine as the `IncludeNode` that powers the include tag would search using all configured loaders but since 1.8 it has changed to maintain the current engine context. 20 20 21 21 This seems like an obvious behaviour to want and we've relied on it heavily while porting our templates from Django to Jinja2 but this is now blocked by this change in 1.8.