Changes between Initial Version and Version 1 of Ticket #24425


Ignore:
Timestamp:
Feb 27, 2015, 6:36:36 AM (9 years ago)
Author:
Paul Hallett
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24425 – Description

    initial v1  
    1717Will cause a template rendering error as `set` is not a valid tag in Django templates.
    1818
    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.
     19This 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.
    2020
    2121This 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.
Back to Top