Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop
Context
from allowed types of template render method
[DEP 182](https://github.com/django/deps/blob/main/final/0182-multiple-template-engines.rst#backends-api) states: "If `context` is provided, it must be a `dict`.". While the `Jinja2` and `TemplateStrings` backends support arbitrary mappings, `DjangoTemplates` calls `make_context()`, which only supports `dict` (and `None`).
- Loading branch information