flake8
passed.
JSHint
passed.
Review Request #12054 — Created Feb. 12, 2022 and submitted
Django no longer allows passing in a
RequestContext
to the
render_to_string
method. For the most part we had already migrated to
passing in plain dicts, but we had several template tags that were
trying to use it with the context that they received. In this case, we
can flatten that context to get a plain dict.
Ran unit tests.
Summary | ID |
---|---|
4fb626a59d4614a9c1e36637fb4b4187d852ba3a |