Closed
Description
When a snippet is rendered in Django-CMS 3.4.5 and Django 1.11, the following exception is raised:
TypeError: context must be a dict rather than Context.
This is due to cms_plugins.py#L34 using Context
instead of a plain dict
when rendering.
Metadata
Metadata
Assignees
Labels
No labels