{{{
include
Loads a template and renders it with the current context. This is a way of
“including” other templates within a template.
The variable may also be any object with a render() method that accepts a
context. This allows you to reference a compiled Template in your context.
}}}
This leads to `RequestContext` from the main template been passed to the
included `template.render` method and this became prohibited within
https://code.djangoproject.com/ticket/27258 changeset
{{{
TypeError at ...
context must be a dict rather than RequestContext.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/27770>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => duplicate
Comment:
Duplicate of #27722 which already has discussion.
--
Ticket URL: <https://code.djangoproject.com/ticket/27770#comment:1>