flake8
passed.
JSHint
passed.
Review Request #14858 — Created Feb. 26, 2026 and submitted
Django 5.x changed the
vary_on_headersdecorator to work slightly
differently (internally), which exposed a problem inside the API docs
sphinx extension. We were calling resources with the request as a kwarg,
butWebAPIResource.__call__explicitly lists the request as a
positional argument. With the new decorator implementation, this was
causing an error about a duplicate 'request' parameter.
Built docs.
| Summary | ID |
|---|---|
| oypmrkouuqpwltuxztmyupkwmwrwmxrz |